Skip to content

Commit 743eebd

Browse files
committed
add npm audit
1 parent 40896fe commit 743eebd

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:
@@ -22,6 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- name: Install dependencies
2424
run: npm install
25+
- run: npm audit
2526
- run: npm run build --if-present
2627
- name: Run the test
2728
run: npm test

0 commit comments

Comments
 (0)