diff --git a/.github/actions/build-nodejs-layer/action.yml b/.github/actions/build-nodejs-layer/action.yml index 9a538201ae..fd168cd396 100644 --- a/.github/actions/build-nodejs-layer/action.yml +++ b/.github/actions/build-nodejs-layer/action.yml @@ -14,7 +14,7 @@ runs: steps: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 20 + node-version: 22 - name: Build Node.js layer shell: bash diff --git a/.github/workflows/ci-nodejs.yml b/.github/workflows/ci-nodejs.yml index 0b80a473fb..7eb359950e 100644 --- a/.github/workflows/ci-nodejs.yml +++ b/.github/workflows/ci-nodejs.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 20 + node-version: 22 - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.npm