Skip to content

Commit 06a4615

Browse files
justushamalainenJustus Hämäläinen
andauthored
Allow Node 15.x (#20108)
Co-authored-by: Justus Hämäläinen <[email protected]>
1 parent 4e5d7fa commit 06a4615

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
@@ -98,7 +98,7 @@
9898
"yargs": "^15.3.1"
9999
},
100100
"devEngines": {
101-
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x"
101+
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x || 15.x"
102102
},
103103
"jest": {
104104
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"

0 commit comments

Comments
 (0)