Skip to content

Commit

Permalink
feat(normalize-packages): Node defaults to >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Feb 11, 2025
1 parent aeb2263 commit decf1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/normalize-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ require('exec-promise')(() =>
pkg.version = '0.0.0'
}
pkg.engines = {
node: '>=8.10',
node: '>=18',
...pkg.engines,
}

Expand Down

0 comments on commit decf1eb

Please sign in to comment.