Skip to content

Commit

Permalink
Refresh dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ilammy committed Feb 11, 2020
1 parent 164e882 commit aa189b6
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 117 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit aa189b6

Please sign in to comment.