pkgjs / action

Github Actions tooling for testing Node.js packages
MIT License
12 stars 2 forks source link

Update the runtime and dependencies of the private actions #69

Closed dominykas closed 10 months ago

dominykas commented 11 months ago

The two commits are best reviewed separately - the first one does all the work, and the second one only updates the contents of node_modules to match what is requested.

This only upgrades the runtime of the internal actions, so this should not be a breaking change.

This builds on top of https://github.com/pkgjs/action/pull/68.