You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.See e.g. https://github.com/devcontainers/images/actions/runs/7377824987/job/20140378411
The text was updated successfully, but these errors were encountered: