Skip to content

Commit 91f1bf4

Browse files
test --save-exact
1 parent e5c5e2d commit 91f1bf4

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 i
14+
npm i --save-exact
1515
npm run test
1616
1717
build:

0 commit comments

Comments
 (0)