Testing initial release
This is minimally viable script that can be deployed in various environments.
As a simple example, which will fail with a non-zero error code if there are any health issues with your package.json
deno run \
--allow-net=unpkg.com \
--allow-read=. \
https://raw.githubusercontent.com/guardian/actions-npm-dependencies/0.0.1/src/main.ts \
package.json \
--cache
Maybe we can run this from deno.land/x/
?
What's Changed
New Contributors
Full Changelog: https://github.com/guardian/actions-npm-dependencies/commits/0.0.1