This commit is contained in:
parent
94467bd57e
commit
1de446aede
1 changed files with 2 additions and 2 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
@ -16,6 +16,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 'latest'
|
node-version: 'latest'
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: npm install
|
run: npm ci
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue