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 to node20 #40

Closed
lovesegfault opened this issue Oct 12, 2023 · 2 comments · Fixed by #41
Closed

Update to node20 #40

lovesegfault opened this issue Oct 12, 2023 · 2 comments · Fixed by #41

Comments

@lovesegfault
Copy link

The action is still on node16, but by default configured runners on NixOS only come with node20, causing the action to fail.

It should probably be moved to node20, if there are no drawbacks?

runs:
using: "node16"
main: 'dist/index.js'
post: 'dist/index.js'

@grahamc
Copy link
Member

grahamc commented Oct 12, 2023

I just moved it to node20 in #41. I don't think there is any reason to avoid the update and typescript didn't even recompile differently. Let's see what the tests do and find out!

@grahamc
Copy link
Member

grahamc commented Oct 12, 2023

Released in v6 :).

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 a pull request may close this issue.

2 participants