Merge pull request #955 from PrivateBin/node14

chore: run tests with NodeJS 14
pull/957/head
El RIDO 2022-07-09 17:45:23 +02:00 committed by GitHub
commit b46b4300ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '14'
cache: 'npm'
cache-dependency-path: 'js/package-lock.json'
@ -116,6 +116,6 @@ jobs:
working-directory: js
- name: Run unit tests
run: mocha
run: npm test
working-directory: js