diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 832132146..1d48351b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Set up Node env: DISABLE_V8_COMPILE_CACHE: "1" - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22.21" cache: "pnpm" @@ -86,7 +86,7 @@ jobs: version: 10.28.0 - name: Set up Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22.21" cache: "pnpm" diff --git a/.github/workflows/release_extension.yml b/.github/workflows/release_extension.yml index 92b6e1d05..cea4b1e6b 100644 --- a/.github/workflows/release_extension.yml +++ b/.github/workflows/release_extension.yml @@ -20,7 +20,7 @@ jobs: with: version: 10.28.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 name: Use Node.js with: node-version: "22.21"