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

Added the missing 'pnpm version' to CI #1203

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Conversation

jinmayamashita
Copy link
Collaborator

@jinmayamashita jinmayamashita commented Feb 27, 2024

Pull Request Checklist

  • I have checked that this pull request is not a duplicate of a pre-existing pull request
  • I have self-reviewed my changes
    • There are no spelling mistakes
    • There are no remaining debug log prints (i.e. console.log())
    • Comments were written for complex code
  • I have checked that all tests are passing (for bug fixes and enhancements)
    • CLI Test (npm run test:cli)
    • Unit Test (npm run test:modules)
    • E2E Test (npm run e2e)
  • I have added and/or modified relevant tests for my changes (for bug fixes and enhancements)
  • I have added and/or modified relevant documentations for my changes (if necessary)

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.

⚠️ Breaking changes

N/A

Notes

Copy link

changeset-bot bot commented Feb 27, 2024

🦋 Changeset detected

Latest commit: 1301957

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
start-frontend Patch

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

@jinmayamashita jinmayamashita changed the title Update release.yml Added the missing 'pnpm version' to CI Feb 27, 2024
@jinmayamashita jinmayamashita self-assigned this Feb 27, 2024
@jinmayamashita jinmayamashita added the bug Something isn't working label Feb 27, 2024
Comment on lines 21 to 22
with:
version: latest
Copy link
Collaborator Author

@jinmayamashita jinmayamashita Feb 27, 2024

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.

@ptrkdan
Copy link
Collaborator

ptrkdan commented Mar 1, 2024

The version is specified in the tests workflow:

- uses: pnpm/action-setup@v2
with:
version: 7

I think it would be better to either set this one to version 7, or change the tests's pnpm version to latest - what do you think?

Copy link
Collaborator

@ptrkdan ptrkdan left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@jinmayamashita jinmayamashita merged commit 16c27b5 into main Mar 1, 2024
1 check failed
@jinmayamashita jinmayamashita deleted the fix/pnpm-version-ci branch March 1, 2024 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] CI Release workflow is failing
2 participants