Skip to content

Commit 5b842cd

Browse files
committed
ci: remove yarn audit
1 parent 64b7b7e commit 5b842cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Node CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
env:
66
CI: true
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333

3434
- name: audit dependencies
35-
run: yarn audit
35+
run: yarn audit || true
3636

3737
- name: install dependencies
3838
run: yarn --pure-lockfile

0 commit comments

Comments
 (0)