editing node version (fixes #15734)

This commit is contained in:
Azgar
2024-06-18 23:38:08 +02:00
parent f50f938a22
commit 35fec658bb
3 changed files with 3 additions and 3 deletions

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