editing node version (fixes #15734)
@ -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:
if: ${{ !env.ACT }}
run: npm install
@ -25,7 +25,7 @@ jobs: