Merge pull request #16822 from azgaresncf/node

editing node version (fixes #15734)
pull/16886/head
Sphinx 11 months ago committed by GitHub
commit a97bc2e8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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