Skip to content

Commit

Permalink
Merge pull request #6 from simpleigh/version-updates
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
simpleigh authored May 11, 2023
2 parents 5a13405 + 7ffdb4c commit b157c36
Show file tree
Hide file tree
Showing 4 changed files with 1,273 additions and 1,620 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 19.x, 20.x]
runs-on: [macos-latest, ubuntu-latest]

runs-on: ${{ matrix.runs-on }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.0
v20.1.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^3.2.1"
"node-addon-api": "^6.1.0"
},
"devDependencies": {
"jest": "^27.0.4",
"node-gyp": "^8.1.0"
"jest": "^29.5.0",
"node-gyp": "^9.3.1"
}
}
Loading

0 comments on commit b157c36

Please sign in to comment.