serverless/github-action

My NPM config env variables are ignored

Opened this issue · 0 comments

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?