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

Use workspace versions of ember-math-helpers, remove docfy #1844

Merged
merged 22 commits into from
Dec 3, 2024

Conversation

RobbieTheWagner
Copy link
Owner

No description provided.

- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v3
with:
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to specify node version

uses: actions/setup-node@v3
with:
node-version: 20.x
- uses: pnpm/action-setup@v2
Copy link
Contributor

Choose a reason for hiding this comment

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

Need v4

package.json Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

node-version: 20.x
- uses: pnpm/action-setup@v4
with:
version: 9
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to specify this if the package.json#packageManager field is set

@@ -73,8 +65,8 @@
"ember-resolver": "^13.1.0",
"ember-source": "~6.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

This is where v6 is coming from.
I forgot you had another app in here
Leaving this at v6 is incompatible with the public hoist pattern, so i think that may need to go, or the ci would need to also install ember-source for this app as well during each scenario

@RobbieTheWagner RobbieTheWagner changed the title Use workspace versions of ember-math-helpers Use workspace versions of ember-math-helpers, remove docfy Dec 3, 2024
@RobbieTheWagner RobbieTheWagner merged commit 8b25fc1 into main Dec 3, 2024
8 of 12 checks passed
@RobbieTheWagner RobbieTheWagner deleted the use-workspace-versions branch December 3, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants