DeterminateSystems / nix-installer-action

The Github Action for the Determinate Nix Installer
https://github.com/determinateSystems/nix-installer
GNU Lesser General Public License v2.1
158 stars 16 forks source link

Update to `node20` #40

Closed lovesegfault closed 11 months ago

lovesegfault commented 11 months ago

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?

https://github.com/DeterminateSystems/nix-installer-action/blob/07ebb8d2749aa2fac2baae7d1cfa011e4acfd8d1/action.yml#L108-L111

grahamc commented 11 months ago

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 commented 11 months ago

Released in v6 :).