diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22471651..b05e1451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -264,7 +264,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" cache: "npm" @@ -319,7 +319,7 @@ jobs: # (the "Build pad binary" step below fails without this). run: echo "GOTOOLCHAIN=auto" >> "$GITHUB_ENV" - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" cache: "npm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c06ca29..96ab10fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: # it on demand. Mirrors the CI workflow; see #896. run: echo "GOTOOLCHAIN=auto" >> "$GITHUB_ENV" - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" cache: "npm"