Skip to content

Commit 3fd5aab

Browse files
fix: account for a bug in ts-node (#4)
1 parent 1db55b8 commit 3fd5aab

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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: 3 additions & 3 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.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const project = new typescript.TypeScriptProject({
2828
devDeps: ["@jest/globals"],
2929

3030
minNodeVersion: "18.0.0",
31-
workflowNodeVersion: "18.x",
31+
workflowNodeVersion: "18.18.2",
3232
tsconfig: {
3333
compilerOptions: {
3434
moduleResolution: javascript.TypeScriptModuleResolution.NODE16,

LICENSE

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)