Ubuntu – Unable to install public NPM-package from Github Package Registry using Github Actions
There is a public NPM package in the Github Package Registry im trying to install using Github Actions. I have added a .npmrc file next to my package.json with the line @instacart:registry=https://npm.pkg.github.com. I have added the package to dependencies in…