-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update action to run on node20 #123
Conversation
@@ -1,6 +1,3 @@ | |||
{ | |||
"extends": "@tsconfig/node16/tsconfig.json", | |||
"compilerOptions": { | |||
"esModuleInterop": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is set to true in the base config: https://github.com/tsconfig/bases/blob/be6b3bb160889347b8614e8d18e1e88c40f8ecc9/bases/node20.json#L12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's bump the version.
CHANGELOG.md
Outdated
@@ -1,6 +1,6 @@ | |||
### 3.1.2 (Next) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets bump the version to 3.2.0 since we have a new "feature" as part of this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also should bump it in CI, shouldn't we?
https://github.com/dblock/create-a-github-issue/blob/main/.github/workflows/ci.yml#L15
Yep good catch - updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version increment in package.json/lock (
create-a-github-issue/package.json
Line 3 in 6838121
"version": "3.1.2", |
Thanks for contributing! |
Fixes #121.