diff --git a/.github/workflows/ci-bundle.yml b/.github/workflows/ci-bundle.yml index 33351218d..e919d729f 100644 --- a/.github/workflows/ci-bundle.yml +++ b/.github/workflows/ci-bundle.yml @@ -19,7 +19,7 @@ jobs: - name: Setup node id: node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 - name: Install npm dependencies run: npm install --ignore-scripts diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 505892b4a..8afa6fb00 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -46,7 +46,7 @@ jobs: - name: Setup node id: node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ env.NODE_VERSION }} diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index fbc5b744a..2e1075178 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -179,7 +179,7 @@ jobs: - name: Setup NodeJS # Clang compiled NodeJS has issues when running rollup webpack if: matrix.msystem != 'ucrt64' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 'lts/*'