Refresh dependencies

It's not like we need any new features, but let's bump the versions
because we are in JavaScript land.

Also, run "npm audit" regularly, just in case a serious vulnerability
is discovered.
This commit is contained in:
ilammy
2020-02-12 00:13:40 +02:00
parent 164e882247
commit aa189b6b13
3 changed files with 158 additions and 117 deletions
+8
View File
@@ -27,3 +27,11 @@ 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 install
- run: npm audit