Skip to content
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

Workflow actions/workflows/push-dev.yml failing due to npm 10.2.5 release #909

Closed
barrbrain opened this issue Jan 4, 2024 · 1 comment · Fixed by #913
Closed

Workflow actions/workflows/push-dev.yml failing due to npm 10.2.5 release #909

barrbrain opened this issue Jan 4, 2024 · 1 comment · Fixed by #913

Comments

@barrbrain
Copy link

In src/javascript-node/.devcontainer/Dockerfile npm is pinned to 9.8.1 but this appears to fail with a warning about a new release.

126.5 npm notice New major version of npm available! 9.8.1 -> 10.2.5
126.5 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.5>
126.5 npm notice Run `npm install -g npm@10.2.5` to update!
126.5 npm notice 

See e.g. https://github.com/devcontainers/images/actions/runs/7377824987/job/20140378411

@eljog eljog mentioned this issue Jan 8, 2024
@eljog
Copy link
Member

eljog commented Jan 8, 2024

Thank you for opening this issue.
I have a PR #913 out to address it

@eljog eljog closed this as completed in #913 Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants