mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
chore: run tests with NodeJS 14
I expect no stuff to break or so, so let's just try to use the current recommend LTS version. (v14 will also die at some time, but Fedora e.g. still seems to use it for now by default. Likely we may upgrade soon even more.) Ref https://nodejs.org/en/about/releases/
This commit is contained in:
parent
f9d78d62a0
commit
79fd33d21f
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: '12'
|
node-version: '14'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: 'js/package.json'
|
cache-dependency-path: 'js/package.json'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user