-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
On a windows-latest instance, I'm getting an error saying npm and npm.exe are not found.
Action version:
actions/setup-node@v3
Platform:
- Windows
Runner type:
- Hosted
Tools version:
Using node-version with version 16.
Repro steps:
A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.
See .github/workflows/ci.yml, and, for example, these runs:
- https://github.com/plfa/plfa.github.io/runs/6966436575?check_suite_focus=true#step:8:10819
- https://github.com/plfa/plfa.github.io/runs/6955810660?check_suite_focus=true#step:8:10819
Expected behavior:
I expect npm.exe and npx.exe to be on the path.
Actual behavior:
For example:
npx.exe: createProcess: does not exist (No such file or directory)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working