Skip to content

Commit

Permalink
Set max node version to 16.x. Thanks @jrh!
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroby0 committed Nov 23, 2022
1 parent 5930dc2 commit 66d35b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"test": "test"
},
"engines": {
"node": ">=12.18.0"
"node": ">=12.18.0 <17.0.0"
},
"scripts": {
"build": "netlify-build",
Expand Down

0 comments on commit 66d35b9

Please sign in to comment.