-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added the missing 'pnpm version' to CI #1203
Conversation
🦋 Changeset detectedLatest commit: 1301957 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
.github/workflows/release.yml
Outdated
with: | ||
version: latest |
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.
At the moment, there is no version specified.
It seems like in the future, if any specific version requirements arise, it would be best to specify them in the package.json.
The version is specified in the ml-frontend/.github/workflows/tests.yml Lines 15 to 18 in f2c6573
I think it would be better to either set this one to version 7, or change the |
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.
LGTM! Thanks!
Pull Request Checklist
console.log()
)npm run test:cli
)npm run test:modules
)npm run e2e
)Description
Resolve #1202
I've added the missing 'pnpm version' to the release CI.
Context
Resolves #(issue)
Before
The Release CI is failing
After
The Release CI has passed.
N/A
Notes