We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ea85a commit 55d406aCopy full SHA for 55d406a
.github/workflows/jssip.yaml
@@ -52,8 +52,8 @@ jobs:
52
restore-keys: |
53
${{ matrix.ci.os }}-node-
54
55
- - name: npm i
56
- run: npm i
+ - name: npm ci
+ run: npm ci
57
58
- name: npm run lint
59
run: npm run lint
.npmrc
@@ -1 +1,2 @@
1
-package-lock=false
+# Generate package-lock.json.
2
+package-lock=true
0 commit comments