Skip to content

Commit bef92fb

Browse files
feat: use node 22 (#904)
Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
1 parent f32b386 commit bef92fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
7676
bundledDeps: ['deepmerge'],
7777
// Keep synchronized with https://github.com/nodejs/release#release-schedule
7878
minNodeVersion: '18.12.0', // 'MAINTENANCE' (first LTS)
79-
maxNodeVersion: '20.x', // 'CURRENT'
79+
maxNodeVersion: '22.x', // 'CURRENT'
8080
workflowNodeVersion: '20.x', // 'ACTIVE'
8181

8282
npmTokenSecret: 'NPM_TOKEN',

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)