Skip to content

Commit 93ce348

Browse files
committed
fix: temporarily comment out package-lock-audit
1 parent 61e18de commit 93ce348

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- uses: actions/checkout@v1 # checkout repo content
2020
- uses: actions/setup-node@v1 # setup Node.js
2121
with:
22-
node-version: '12.x'
23-
- name: Audit package-lock.json
24-
run: npx package-lock-audit ./package-lock.json
22+
node-version: '18.x'
23+
#- name: Audit package-lock.json
24+
# run: npx package-lock-audit ./package-lock.json
2525
- name: Install deps
2626
run: npm i
2727
- name: Run lint

.github/workflows/deploy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/checkout@v1 # checkout repo content
1717
- uses: actions/setup-node@v1 # setup Node.js
1818
with:
19-
node-version: '12.x'
20-
- name: Audit package-lock.json
21-
run: npx package-lock-audit ./package-lock.json
19+
node-version: '18.x'
20+
# - name: Audit package-lock.json
21+
# run: npx package-lock-audit ./package-lock.json
2222
- name: Install deps
2323
run: npm i
2424
- name: Run lint

0 commit comments

Comments
 (0)