Skip to content

Commit

Permalink
Scripts: Update Node and NPM versions in check-engines script.
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Feb 18, 2020
1 parent c53b94d commit 543f368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/scripts/scripts/check-engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const hasConfig = hasArgInCLI( '--package' ) ||
hasArgInCLI( '--yarn' );
const config = ! hasConfig ?
[
'--node', '>=10.0.0',
'--npm', '>=6.0.0',
'--node', '>=12',
'--npm', '>=6.9',
] :
[];

Expand Down

0 comments on commit 543f368

Please sign in to comment.