editing node version (fixes #15734)

This commit is contained in:
Azgar 2024-06-18 23:38:08 +02:00
parent 9c567e9de1
commit 962aa4d0a0
No known key found for this signature in database
GPG Key ID: 6EA6453C7B9BCBC9
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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