Skip to content

Commit bef92fb

Browse files
feat: use node 22 (#904)
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent f32b386 commit bef92fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projenrc.ts

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)