Skip to content

Commit d2ef120

Browse files
authored
Allow Node 14.x (facebook#18755)
1 parent 53ce0c3 commit d2ef120

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
@@ -93,7 +93,7 @@
9393
"webpack": "^4.41.2"
9494
},
9595
"devEngines": {
96-
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x"
96+
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x"
9797
},
9898
"jest": {
9999
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"

0 commit comments

Comments
 (0)