Skip to content

Commit

Permalink
Bump deps (#42)
Browse files Browse the repository at this point in the history
* Bump deps

* Remove support for node 12

* Still works with 14?
  • Loading branch information
varney authored Jul 24, 2023
1 parent c105ac4 commit 63cfe40
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 2,079 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

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

0 comments on commit 63cfe40

Please sign in to comment.