Merge pull request #957 from PrivateBin/nodejs-16-tests
Use NodeJs v16 for tests
This commit is contained in:
commit
61efe71e31
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
|||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '16'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: 'js/package-lock.json'
|
cache-dependency-path: 'js/package-lock.json'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user