Merge pull request #957 from PrivateBin/nodejs-16-tests

Use NodeJs v16 for tests
pull/958/head
El RIDO 2022-07-10 10:31:02 +02:00 committed by GitHub
commit 61efe71e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'