Merge pull request #955 from PrivateBin/node14
chore: run tests with NodeJS 14
This commit is contained in:
commit
b46b4300ec
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user