-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update npm version in CI to publish packages in workflows #129
Labels
bug
fix: (Something isn't working)
Comments
14 tasks
boeckMt
changed the title
Update npm version to publish packages in workflows
Update npm version in CI to publish packages in workflows
Sep 23, 2022
See issue npm/cli#3573 now using node 16 and npm >8.19 ...
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
scope: "@dlr-eoc"
- run: npm ci
- run: npm i -g npm@8.19.2
- run: |
...
npm publish "$dir" --access public
... |
boeckMt
added a commit
that referenced
this issue
Oct 13, 2022
boeckMt
added a commit
that referenced
this issue
Oct 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The Issue ...You need to authorize this machine using 'npm adduser' which was caused in the github workflow on
npm publish
should be resolved now.Try to update the temporary fix from #90 (comment) with a current npm version
> v8.5.1.
ukis-frontend-libraries/.github/workflows/package-main-release.yml
Line 187 in 99d2f8e
ukis-frontend-libraries/.github/workflows/package-pre-release.yml
Line 69 in 99d2f8e
The text was updated successfully, but these errors were encountered: