Skip to content

Commit 633c30a

Browse files
committed
updating node version
1 parent 85e3e7c commit 633c30a

File tree

8 files changed

+21
-281
lines changed

8 files changed

+21
-281
lines changed

.github/workflows/build.yml

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

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

.projen/deps.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.

.projenrc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const project = new GitHubActionTypeScriptProject({
102102
},
103103
},
104104
runs: {
105-
using: RunsUsing.NODE_20,
105+
using: 'node22' as RunsUsing,
106106
main: 'dist/index.js',
107107
},
108108
},
@@ -140,7 +140,7 @@ const project = new GitHubActionTypeScriptProject({
140140
jestOptions: {
141141
configFilePath: 'jest.config.json',
142142
},
143-
minNodeVersion: '20',
143+
minNodeVersion: '22',
144144
});
145145

146146

action.yml

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)