Use NodeJs v16 for tests

So 14 worked, let's try 16. (Actually noticed fedora uses v16 not 14 which makes sense if you see the support time.)
This commit is contained in:
rugk 2022-07-10 00:13:47 +02:00 committed by GitHub
parent b46b4300ec
commit 48bb2fdf0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'npm'
cache-dependency-path: 'js/package-lock.json'