Change npm ci to npm install for installing dependencies in actions
This commit is contained in:
parent
552b785db6
commit
2f636e57dc
@ -19,7 +19,7 @@ jobs:
|
|||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Run e2e tests
|
- name: Run e2e tests
|
||||||
run: npm run e2e
|
run: npm run e2e
|
||||||
|
Loading…
Reference in New Issue
Block a user