diff --git a/.github/workflows/fetch-people-profiles.yml b/.github/workflows/fetch-people-profiles.yml index 4e55ffdd59..1a349420b2 100644 --- a/.github/workflows/fetch-people-profiles.yml +++ b/.github/workflows/fetch-people-profiles.yml @@ -27,7 +27,7 @@ jobs: package_json_file: package.json standalone: true - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ${{ env.GITHUB_WORKSPACE }}/.nvmrc cache: "pnpm" diff --git a/.github/workflows/main-build-and-deploy.yml b/.github/workflows/main-build-and-deploy.yml index d54a70cffd..b920cbef63 100644 --- a/.github/workflows/main-build-and-deploy.yml +++ b/.github/workflows/main-build-and-deploy.yml @@ -29,7 +29,7 @@ jobs: with: package_json_file: package.json standalone: true - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "pnpm" diff --git a/.github/workflows/pr-lint-code.yml b/.github/workflows/pr-lint-code.yml index d13a74fe21..466c869236 100644 --- a/.github/workflows/pr-lint-code.yml +++ b/.github/workflows/pr-lint-code.yml @@ -37,7 +37,7 @@ jobs: standalone: true - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "pnpm" diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 2f620bab64..ffcf7b2403 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -28,7 +28,7 @@ jobs: with: package_json_file: package.json standalone: true - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "pnpm" diff --git a/.github/workflows/template-lighthouse.yml b/.github/workflows/template-lighthouse.yml index 9061f76661..a88a657a83 100644 --- a/.github/workflows/template-lighthouse.yml +++ b/.github/workflows/template-lighthouse.yml @@ -34,7 +34,7 @@ jobs: ref: ${{ inputs.ref || github.event.pull_request.head.ref || github.ref }} repository: ${{ inputs.repository || github.event.pull_request.head.repo.full_name || github.repository }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" diff --git a/.github/workflows/template-ui-tests.yml b/.github/workflows/template-ui-tests.yml index ffbdb33401..ab5264b1bd 100644 --- a/.github/workflows/template-ui-tests.yml +++ b/.github/workflows/template-ui-tests.yml @@ -38,7 +38,7 @@ jobs: standalone: true - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "pnpm"