Skip to content

Commit a67219e

Browse files
committed
Added npm audit fix
1 parent fe366bc commit a67219e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30+
- run: npm audit fix
3031
- run: npm run antlr4ng
3132
- run: npm run compile
3233
- run: npm test

0 commit comments

Comments
 (0)