We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c5e2d commit 91f1bf4Copy full SHA for 91f1bf4
.github/workflows/CICD.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
- name: Unit tests
13
run: |
14
- npm i
+ npm i --save-exact
15
npm run test
16
17
build:
0 commit comments