Skip to content

Commit

Permalink
chore: fix dependency upgrade (#76)
Browse files Browse the repository at this point in the history
Upgrades the `minNodeVersion` to `18.18.0`.

```console
error @typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^18.18.0 || >=20.0.0". Got "18.12.0"
```

fixes #74
  • Loading branch information
corymhall authored Aug 26, 2024
1 parent 9520bea commit 4247949
Show file tree
Hide file tree
Showing 14 changed files with 629 additions and 505 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json

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

1 change: 1 addition & 0 deletions .gitattributes

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/build.yml

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

4 changes: 2 additions & 2 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.

4 changes: 2 additions & 2 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projen/tasks.json

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 @@ -92,7 +92,7 @@ const project = new GitHubActionTypeScriptProject({
jestOptions: {
configFilePath: 'jest.config.json',
},
minNodeVersion: '18.12.0',
minNodeVersion: '18.18.0',
});


Expand Down
Binary file modified db.json.gz
Binary file not shown.
Loading

0 comments on commit 4247949

Please sign in to comment.