Merge pull request #16822 from azgaresncf/node

editing node version (fixes #15734)
This commit is contained in:
Sphinx
2024-06-25 15:29:24 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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