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

fix: force 2 version of packageLock in the package-lock.json #37

Merged
merged 2 commits into from
Jan 17, 2022

Conversation

magicmatatjahu
Copy link
Member

Description

Related issue(s)
Partially fixes asyncapi/.github#123

@sonarcloud
Copy link

sonarcloud bot commented Jan 17, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Member

@smoya smoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It hurts, but 👍

Dockerfile Outdated
# install dependencies
RUN npm ci
# switch to the `npm ci` when https://github.com/asyncapi/.github/issues/123 issue will be resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to remove the lock imho and recreate it here. Remember we found some issues with missing dependencies when using old nom versions (babel dep missing).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean. Not ideal and should be eventually reverted, but better to recreate the lock with the right npm version than older.

@magicmatatjahu magicmatatjahu merged commit af9e609 into asyncapi:master Jan 17, 2022
@magicmatatjahu magicmatatjahu deleted the fix-dockerfile branch January 17, 2022 20:46
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 0.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Node and npm to a more recent version
3 participants