Skip to content

Commit

Permalink
Oct23 npm audit fixes (#36)
Browse files Browse the repository at this point in the history
* chore(deps): npm audit fix

* chore(rel): 2.0.1

* ci: update test workflow to use node 18, 20, and 21 for testing
  • Loading branch information
mrodrig committed Oct 22, 2023
1 parent 4028286 commit 4c7bf7e
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18, 19]
node: [18, 20, 21]

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

0 comments on commit 4c7bf7e

Please sign in to comment.