Skip to content

Commit 0baaad8

Browse files
LukeHowellDevbrandonroberts
authored andcommitted
fix: Update minimum node version to 8.9.0 (#989)
1 parent 15b472d commit 0baaad8

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
@@ -28,7 +28,7 @@
2828
"buildifier": "find . -type f \\( -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs $(bazel info bazel-bin)/external/com_github_bazelbuild_buildtools/buildifier/*/buildifier"
2929
},
3030
"engines": {
31-
"node": ">=8.6.0",
31+
"node": ">=8.9.0",
3232
"npm": ">=5.3.0",
3333
"yarn": ">=1.3.0 <2.0.0"
3434
},

0 commit comments

Comments
 (0)