Skip to content

Commit d6899ca

Browse files
switch back to npm i in unit tests
1 parent 72e86ab commit d6899ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: Unit tests
1313
run: |
14-
npm ci
14+
npm i
1515
npm run test
1616
1717
build:

0 commit comments

Comments
 (0)