Skip to content

Commit

Permalink
Refs #126363 accept also node 14 not just 10 or 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jan 20, 2021
1 parent 7273697 commit 1a28678
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 @@ -178,7 +178,7 @@
"ignoreFiles": "theme/themes/default/**/*.overrides"
},
"engines": {
"node": "^10 || ^12"
"node": "^10 || ^12 || ^14"
},
"browserslist": [
">1%",
Expand Down

0 comments on commit 1a28678

Please sign in to comment.