Skip to content

Commit 59beca0

Browse files
committed
node22 not available yet
1 parent 17ab071 commit 59beca0

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
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
@@ -114,7 +114,7 @@ const project = new GitHubActionTypeScriptProject({
114114
},
115115
},
116116
runs: {
117-
using: 'node22' as RunsUsing,
117+
using: RunsUsing.NODE_20,
118118
main: 'dist/index.js',
119119
},
120120
},
@@ -158,7 +158,7 @@ const project = new GitHubActionTypeScriptProject({
158158
jestOptions: {
159159
configFilePath: 'jest.config.json',
160160
},
161-
minNodeVersion: '22',
161+
minNodeVersion: '20',
162162
});
163163

164164
const projenProject = project as unknown as typescript.TypeScriptProject;

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.

package-lock.json

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

package.json

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

0 commit comments

Comments
 (0)