Skip to content

Commit e99f036

Browse files
committed
add npm audit
1 parent 40896fe commit e99f036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99

10-
runs-on: macos-latest
10+
runs-on: ubuntu-latest
1111

1212
strategy:
1313
matrix:
@@ -25,5 +25,6 @@ jobs:
2525
- run: npm run build --if-present
2626
- name: Run the test
2727
run: npm test
28+
- run: npm audit
2829
env:
2930
CI: true

0 commit comments

Comments
 (0)