Skip to content

Commit

Permalink
feat: use node 22 (#904)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust authored Jan 24, 2025
1 parent f32b386 commit bef92fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
bundledDeps: ['deepmerge'],
// Keep synchronized with https://github.com/nodejs/release#release-schedule
minNodeVersion: '18.12.0', // 'MAINTENANCE' (first LTS)
maxNodeVersion: '20.x', // 'CURRENT'
maxNodeVersion: '22.x', // 'CURRENT'
workflowNodeVersion: '20.x', // 'ACTIVE'

npmTokenSecret: 'NPM_TOKEN',
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bef92fb

Please sign in to comment.