Skip to content

Commit 19c06c1

Browse files
authored
Update Node version compatibility info
1 parent 09cb4fc commit 19c06c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ If you are on a stable version of node, please provide a sufficient code snippet
2222
| 0.6, 0.8, 0.10 | >= 0.5 |
2323
| 0.11 | >= 0.8 |
2424
| 4 | <= 2.1.0 |
25-
| 8 | >= 1.0.3 < 4.0.0 |
25+
| 8 | >= 1.0.3 < 4.0.0 |
2626
| 10, 11 | >= 3 |
27-
| 12 | >= 3.0.6 |
27+
| 12 onwards | >= 3.0.6 |
2828

2929
`node-gyp` only works with stable/released versions of node. Since the `bcrypt` module uses `node-gyp` to build and install, you'll need a stable version of node to use bcrypt. If you do not, you'll likely see an error that starts with:
3030

0 commit comments

Comments
 (0)