Skip to content

Commit 97fe589

Browse files
chore: add package-lock.json (#707)
1 parent 860e9e1 commit 97fe589

6 files changed

Lines changed: 9627 additions & 5 deletions

File tree

.github/workflows/__call-ci-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: npm version "${RELEASE_VERSION}" --no-git-tag-version
7272

7373
- name: Install dependencies
74-
run: npm install --ignore-scripts
74+
run: npm ci --ignore-scripts
7575

7676
- name: Test
7777
id: test

.github/workflows/__call-update-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: npm version "${RELEASE_VERSION}" --no-git-tag-version
6262

6363
- name: Install dependencies
64-
run: npm install --ignore-scripts
64+
run: npm ci --ignore-scripts
6565

6666
- name: Build
6767
run: npm run build

.github/workflows/__validate-dependabot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: latest
3131

3232
- name: Install dependencies
33-
run: npm install --ignore-scripts
33+
run: npm ci --ignore-scripts
3434

3535
- name: Validate dependabot config
3636
run: npm run validate-dependabot

.github/workflows/__validate-renovate-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install npm dependencies
4444
if: steps.find-files.outputs.found != ''
45-
run: npm install --ignore-scripts
45+
run: npm ci --ignore-scripts
4646

4747
- name: renovate config validator
4848
if: steps.find-files.outputs.found != ''

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,3 @@ cython_debug/
161161

162162
# Node
163163
node_modules/
164-
package-lock.json

0 commit comments

Comments
 (0)