Run "npm audit" for release branch too

I'd like to be notified about weird vulnerabilities in JavaScript
libraries for the release branch as well. It's double important
since the release branch ships particular pinned version of *all*
dependencies.
This commit is contained in:
ilammy
2020-03-19 08:34:02 +02:00
parent 075328686b
commit 26cb400781
+7
View File
@@ -23,3 +23,10 @@ jobs:
run: |
cl.exe hello.c
hello.exe
audit:
name: npm audit
runs-on: windows-latest
steps:
- name: Check out source code
uses: actions/checkout@v1
- run: npm audit