Change used node-version in actions from 14 to 18
Some checks failed
E2E Testing / test (push) Failing after 1m18s
Some checks failed
E2E Testing / test (push) Failing after 1m18s
This commit is contained in:
parent
8a5366ed91
commit
475cda7095
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 18
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user