Skip to content

Commit

Permalink
Upgrade dependencies (#72)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* Remove Node.js 12 from unit testing
  • Loading branch information
tushuhei committed Jul 13, 2022
1 parent b7c351c commit 4b3b8d7
Show file tree
Hide file tree
Showing 5 changed files with 449 additions and 446 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-unittest.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12, 14, 16, 17]
node-version: [14, 16, 18]

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

0 comments on commit 4b3b8d7

Please sign in to comment.