Skip to content

Commit d6d991a

Browse files
committed
Fix node version
1 parent 2024864 commit d6d991a

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
@@ -21,7 +21,7 @@
2121
"test": "test"
2222
},
2323
"engines": {
24-
"node": ">=10.22.0"
24+
"node": ">=11.14.0"
2525
},
2626
"scripts": {
2727
"build": "netlify-build",

0 commit comments

Comments
 (0)