update to node v16

This commit is contained in:
Alex Dima 2022-03-29 16:18:16 +02:00
parent 77e4e30364
commit 4090ff3db2
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Cache node modules
id: cacheNodeModules