-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Migrate to pnpm #772
Migrate to pnpm #772
Conversation
c19530d
to
f0578b8
Compare
f0578b8
to
654e96b
Compare
.github/workflows/ci.yml
Outdated
@@ -19,25 +19,20 @@ jobs: | |||
|
|||
steps: | |||
- uses: actions/checkout@v3 | |||
- name: Install Node | |||
uses: actions/setup-node@v3 | |||
- uses: wyvox/action-setup-pnpm@v2 |
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.
minor, this was removed from addon blueprint recently https://github.com/embroider-build/addon-blueprint/blob/main/files/.github/workflows/ci.yml#L22
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.
Fixed
@@ -16,17 +16,12 @@ jobs: | |||
|
|||
steps: | |||
- uses: actions/checkout@v3 | |||
- name: Install Node | |||
uses: actions/setup-node@v3 | |||
- uses: wyvox/action-setup-pnpm@v2 |
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.
note for next step - replace this with put-built-npm-package-contents-on-branch
per https://github.com/embroider-build/addon-blueprint/blob/main/files/.github/workflows/push-dist.yml
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.
I've swapped the wyvox/action-setup-pnpm@v2
for the pnpm/action-setup@v3
, as per the blueprint, but I'm not sure how to incorporate the put-built-npm-package-contents-on-branch
in it. Should it just be added as the next step after Install dependecies
?
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.
@leoeuclids we basically should update this whole file to match https://github.com/embroider-build/addon-blueprint/blob/main/files/.github/workflows/push-dist.yml (replacing placeholders and if/else branching of course) we can do that in follow up PR
package.json
Outdated
}, | ||
"devDependencies": { | ||
"release-plan": "^0.8.0" | ||
}, | ||
"volta": { | ||
"node": "16.20.0", | ||
"yarn": "1.22.18" | ||
"node": "16.20.0" |
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.
as we bump for CI, worth to bump for development as well?
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.
Bumped
Thank you @leoeuclids! |
Thank you @SergeAstapov! |
Migrates to pnpm
ember-cli-fastboot@4