Skip to content

Commit c7a14aa

Browse files
committed
Delete npm audit
1 parent 0180db3 commit c7a14aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
test:
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8686
- run: npm install
8787
- run: npm test
88-
- run: npm audit --audit-level=moderate --only=prod

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run:
3535
shell: bash
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

3939
- uses: crystal-lang/install-crystal@v1
4040
with: ${{ matrix.config }}

0 commit comments

Comments
 (0)