editing node version (fixes #15734)

pull/16822/head
Azgar 4 months ago
parent 9c567e9de1
commit 962aa4d0a0
No known key found for this signature in database
GPG Key ID: 6EA6453C7B9BCBC9

@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.ACT && steps.files.outputs.any_changed == 'true' }}
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: install dependencies
if: steps.files.outputs.any_changed == 'true'

@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.ACT }}
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: install dependencies
run: npm install

@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.ACT }}
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: install dependencies
run: npm install

Loading…
Cancel
Save