github-action
github-action copied to clipboard
My NPM config env variables are ignored
I need to use the following environment variables in order for npm to install the correct stuff:
- npm_config_arch: x64
- npm_config_platform: linux
At the moment, linuxmusl
is used instead of linux
. Why is that? How to fix it?