-
Notifications
You must be signed in to change notification settings - Fork 24
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
ci changes #528
ci changes #528
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
So our CI wasn't installing before. Is that how the broken PR snuck past? |
PR Type
enhancement, configuration changes
Description
npm install
command beforenpm ci
in bothbranch-publish.yml
andreleases.yaml
to ensurepackage-lock.json
is in sync.Changes walkthrough 📝
branch-publish.yml
Ensure package-lock.json is in sync before CI steps
.github/workflows/branch-publish.yml
npm install
command beforenpm ci
.releases.yaml
Ensure package-lock.json is in sync before CI steps
.github/workflows/releases.yaml
npm install
command beforenpm ci
.