Skip to content

Commit 66d35b9

Browse files
committed
Set max node version to 16.x. Thanks @jrh!
1 parent 5930dc2 commit 66d35b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test": "test"
3737
},
3838
"engines": {
39-
"node": ">=12.18.0"
39+
"node": ">=12.18.0 <17.0.0"
4040
},
4141
"scripts": {
4242
"build": "netlify-build",

0 commit comments

Comments
 (0)