Skip to content

Commit

Permalink
correct version, update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Dec 27, 2024
1 parent 0adad89 commit 68b34c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/version-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module.exports = [
{ nodeVersion: '14', npmVersion: '>=5.6.0' }, // 12.x
{ nodeVersion: '16', npmVersion: '>=5.6.0' }, // 13.x
{ nodeVersion: '18', npmVersion: '>=5.6.0' }, // 15.x
{ nodeVersion: '18', npmVersion: '>=5.6.0' }, // 18.x
{ nodeVersion: '18', npmVersion: '>=10.7.0' }, // 16.x
];

0 comments on commit 68b34c1

Please sign in to comment.