Skip to content

Commit

Permalink
Allow Node 15.x (facebook#20108)
Browse files Browse the repository at this point in the history
Co-authored-by: Justus Hämäläinen <[email protected]>
  • Loading branch information
justushamalainen and Justus Hämäläinen authored Oct 27, 2020
1 parent 4e5d7fa commit 06a4615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"yargs": "^15.3.1"
},
"devEngines": {
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x"
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x || 15.x"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
Expand Down

0 comments on commit 06a4615

Please sign in to comment.