-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support npm v9 #152
Comments
Should we simply use npx instead? |
With NodeJS 19.3 being out now, supporting npm v9 would be much appreciated 😊 |
Hey team, really looking forward using this feature. How can we help ? |
https://docs.npmjs.com/cli/v7/commands/npm-exec
|
due to bhttps://github.com/reviewdog/action-eslint/issues/152
due to bhttps://github.com/reviewdog/action-eslint/issues/152
Just ran into this issue. A workaround is to target |
@mpowell90 Thanks for the suggested workaround 👍 Where I work we had set the - uses: actions/setup-node@v3
with:
node-version: '18.13'
cache: 'yarn' |
https://github.com/npm/cli/blob/latest/CHANGELOG.md#features-8
npm/statusboard#537
npm v9 removes
bin
command which this action uses.action output:
The text was updated successfully, but these errors were encountered: