dhall-lang / setup-dhall

Github action to install a specific version of https://dhall-lang.org and run commands
BSD 3-Clause "New" or "Revised" License
15 stars 7 forks source link

Bump node version from 16 to 20, also bump checkout action version to resolve node deprecations #11

Closed learoyklinginsmith closed 5 months ago

learoyklinginsmith commented 5 months ago

As title states, this bumps the node version from 16 -> 20 as node 16 is deprecated: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Additionally, I've updated the dhall versions used to test as the latest version (1.42.1) is missing the necessary binaries.

Closes #10