Skip to content

Commit

Permalink
fix: account for a bug in ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
doublecompile committed Jan 6, 2024
1 parent 1db55b8 commit be56da3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const project = new typescript.TypeScriptProject({
devDeps: ["@jest/globals"],

minNodeVersion: "18.0.0",
workflowNodeVersion: "18.x",
workflowNodeVersion: "18.18.2",
tsconfig: {
compilerOptions: {
moduleResolution: javascript.TypeScriptModuleResolution.NODE16,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be56da3

Please sign in to comment.