Skip to content

Commit

Permalink
Add automatic audit fixes (#142)
Browse files Browse the repository at this point in the history
* Add automatic audit fixes

* Add Node 18 to Github build
  • Loading branch information
dlebech authored Jul 2, 2022
1 parent f71e509 commit 9c6202b
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 9c6202b

Please sign in to comment.