Skip to content

Commit

Permalink
Merge pull request #10 from jtwebman/update-dev-security-issues
Browse files Browse the repository at this point in the history
Fix dev dependency security alerts and run tests in new node versions.
  • Loading branch information
jtwebman committed Jun 1, 2021
2 parents 571249d + caf4432 commit fddd8d0
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 300 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test

# Run this workflow every time a new commit pushed to your repository
on: ["push", "pull_request"]
on: ['push', 'pull_request']

jobs:
# Set the job key. The key is displayed as the job name
Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 16.x, 17.x, 18.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit fddd8d0

Please sign in to comment.