Skip to content

Commit

Permalink
Fix all npm audit issues (#124)
Browse files Browse the repository at this point in the history
* Fix all `npm audit` issues
* Replace libxmljs with xmllint (libxmljs was having trouble compling on node>10)
  • Loading branch information
clayreimann committed May 25, 2020
1 parent 29a1dd4 commit 3824381
Show file tree
Hide file tree
Showing 5 changed files with 600 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 3824381

Please sign in to comment.