Node setup doesn't work for compose actions #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Setting up node with a nvmrc file doesn't work for compose actions. Same for installing the deps. Node needs to be setup with a fixed version and a package.json also doesn't work. So use npx directly.
Fixed with merge of #3