carpentries / actions

GitHub Actions for use in Carpentries-style lessons
1 stars 8 forks source link

Update JS actions to use Node 16 #60

Closed zkamvar closed 1 year ago

zkamvar commented 1 year ago

On 22 September, GitHub announced that actions will run on Node 16, throwing warnings of deprecation. This means that we will need to update our JS actions:

Of course we will need to make sure any API changes are taken care of before merging and releasing a new version.