Skip to content

Commit

Permalink
fix embroider CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Mar 8, 2024
1 parent 3caafa5 commit 0fda2dd
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- ember-lts-4.12
- ember-release
- embroider-safe
- embroider-optimized
- no-deprecations

steps:
Expand Down Expand Up @@ -103,6 +102,7 @@ jobs:
try-scenario:
- ember-beta
- ember-canary
- embroider-optimized # this will be passing again when we fix fastboot
- ember-release-no-deprecations

steps:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"webpack": "^5.89.0"
},
"peerDependencies": {
"ember-source": ">= 4.0.0"
"ember-source": ">= 4.0.0",
"showdown": "^2.0.0"
},
"engines": {
"node": ">= 18"
Expand Down
65 changes: 62 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fda2dd

Please sign in to comment.