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
This commit is contained in:
Issy Szemeti 2025-12-17 03:28:35 +00:00 committed by GitHub
parent e7d047715d
commit c292cd207d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,9 +19,9 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-node@master - uses: actions/setup-node@v6
with: with:
node-version: 16.x node-version: 20.x
- run: npm install - run: npm install
working-directory: ./web working-directory: ./web
- name: Lint - name: Lint
@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-node@master - uses: actions/setup-node@v6
with: with:
node-version: 20.x node-version: 20.x
- run: npm install - run: npm install
@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-node@master - uses: actions/setup-node@v6
with: with:
node-version: 20.x node-version: 20.x
- name: Install devcontainer cli - name: Install devcontainer cli