Skip to content
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

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Update action to run on node20 #123

merged 3 commits into from
Apr 25, 2024

Conversation

pkwarren
Copy link

Fixes #121.

@@ -1,6 +1,3 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"esModuleInterop": true
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

@dblock dblock left a 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 Show resolved Hide resolved
CHANGELOG.md Outdated
@@ -1,6 +1,6 @@
### 3.1.2 (Next)
Copy link
Owner

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.

Copy link
Owner

@dblock dblock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pkwarren
Copy link
Author

We also should bump it in CI, shouldn't we?

Yep good catch - updated.

@pkwarren pkwarren requested a review from dblock April 25, 2024 01:33
Copy link
Owner

@dblock dblock left a 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 (

"version": "3.1.2",
), too, please?

@pkwarren pkwarren requested a review from dblock April 25, 2024 13:43
@dblock dblock merged commit 7fb2efb into dblock:main Apr 25, 2024
2 checks passed
@dblock
Copy link
Owner

dblock commented Apr 25, 2024

Thanks for contributing!

@pkwarren pkwarren deleted the pkw/update-node20 branch April 25, 2024 13:52
@dblock
Copy link
Owner

dblock commented Apr 25, 2024

@pkwarren If you're looking for more work, finishing #110 would be grand!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade action to node 20
2 participants