Skip to content

Commit

Permalink
fix: nodejs v16.x support (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x authored Mar 10, 2022
1 parent b76564d commit 927e960
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [8.x, 12.x, 14.x]
os: [ubuntu-latest, macos-latest, windows-2019]
node-version: [8.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"<!(node -e \"require('nan')\")"
],
"cflags_cc": [
"-std=c++11"
"-std=c++14"
],
}
]
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"bindings": "*",
"nan": "^2.14.1"
"nan": "^2.15.0"
},
"keywords": [
"argon2",
Expand Down

0 comments on commit 927e960

Please # to comment.