Skip to content

Commit 5eaf49b

Browse files
committed
fix: lock deps
1 parent 46da45f commit 5eaf49b

File tree

6 files changed

+13996
-8
lines changed

6 files changed

+13996
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
if: steps.cacheNpm.outputs.cache-hit != 'true'
3737
run: |
38-
npm update --no-save
39-
npm update --save-dev --no-save
38+
npm ci
4039
4140
- name: Build
4241
run: npm run build

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
if: steps.cacheNpm.outputs.cache-hit != 'true'
3838
run: |
39-
npm update --no-save
40-
npm update --save-dev --no-save
39+
npm ci
4140
4241
- name: Build
4342
run: npm run build

.github/workflows/validate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
if: steps.cacheNpm.outputs.cache-hit != 'true'
4545
run: |
46-
npm update --no-save
47-
npm update --save-dev --no-save
46+
npm ci
4847
4948
- name: Validate Formatting
5049
run: npm run prettier:fix

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ lib
2121
.env.test
2222
!.env.example
2323
env.js
24-
package-lock.json
2524
yarn.lock
2625

2726
__tests__/apigw/special.test.ts

0 commit comments

Comments
 (0)