From c292cd207d523255d7d1de5e0f061afcc801454d Mon Sep 17 00:00:00 2001 From: Issy Szemeti <48881813+issy@users.noreply.github.com> Date: Wed, 17 Dec 2025 03:28:35 +0000 Subject: [PATCH] Align node versions used in GHA PR workflow (#21302) * Add node/npm version config to package.json * Bump npm version/fix node version format * Version range * Use package.json for github actions node version * Unification * Move it all to the bottom * Remove this * Bump versions in docs * Add volta config here too * Revert changes * Revert this --- .github/workflows/pull_request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 354073838..c4d8aa7a0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,9 +19,9 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: actions/setup-node@master + - uses: actions/setup-node@v6 with: - node-version: 16.x + node-version: 20.x - run: npm install working-directory: ./web - name: Lint @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: actions/setup-node@master + - uses: actions/setup-node@v6 with: node-version: 20.x - run: npm install @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v6 with: persist-credentials: false - - uses: actions/setup-node@master + - uses: actions/setup-node@v6 with: node-version: 20.x - name: Install devcontainer cli