CI: Fix versions before deprecation (#4798)

* fix deprecation warning

* fix deprecation warning
This commit is contained in:
tooomm 2023-04-30 13:51:09 +02:00 committed by GitHub
parent 5f0ab2a177
commit 45a5296013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node_version}}
cache: 'npm'

View file

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
cache: 'npm'
cache-dependency-path: 'webclient/package-lock.json'