Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 3f6583a

Browse files
fix: allow more versions of Node (#42)
* Support the latest version of node * Update package.json * fix: support all Node.js versions Netlify Build supports Co-authored-by: Jonah Snider <[email protected]>
1 parent 000fd2c commit 3f6583a

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
@@ -17,7 +17,7 @@
1717
"xo": "^0.28.1"
1818
},
1919
"engines": {
20-
"node": "12"
20+
"node": ">=8.3.0"
2121
},
2222
"keywords": [
2323
"netlify",

0 commit comments

Comments
 (0)