Skip to content

Commit

Permalink
Update dependencies + add lockfile (breaking support for Node.js v14/…
Browse files Browse the repository at this point in the history
…npm v6)
  • Loading branch information
webpro committed Jul 4, 2023
1 parent 14a73d9 commit 97c233e
Show file tree
Hide file tree
Showing 4 changed files with 9,136 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -25,9 +25,9 @@ jobs:
- windows-latest
- macos-latest
node:
- 14
- 16
- 18
- 20

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} (Node v${{ matrix.node }})
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -4,5 +4,4 @@
*.log

node_modules
package-lock.json
tmp

0 comments on commit 97c233e

Please sign in to comment.