Skip to content

Commit 55d406a

Browse files
committed
.npmrc: generate package-lock.json file
1 parent 05ea85a commit 55d406a

File tree

3 files changed

+8592
-3
lines changed

3 files changed

+8592
-3
lines changed

.github/workflows/jssip.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
restore-keys: |
5353
${{ matrix.ci.os }}-node-
5454
55-
- name: npm i
56-
run: npm i
55+
- name: npm ci
56+
run: npm ci
5757

5858
- name: npm run lint
5959
run: npm run lint

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
package-lock=false
1+
# Generate package-lock.json.
2+
package-lock=true

0 commit comments

Comments
 (0)