Open
Description
I am trying to simulate the workflow locally with act, but I am getting this error:
[CI/build] 💬 ::debug::finished caching tool
| Cached path /opt/hostedtoolcache/spago/0.20.9/x64, adding to PATH
| Fetching psa
| [command]/usr/bin/sudo npm install -g [email protected]
| sudo: npm: command not found
I tried the default config, and even adding
- uses: actions/setup-node@v3
with:
node-version: latest
cache: 'npm'
before uses: purescript-contrib/setup-purescript@main
it still happens.
Metadata
Metadata
Assignees
Labels
No labels