Skip to content

Commit

Permalink
Merge pull request #455 from qonto/update-ember-source
Browse files Browse the repository at this point in the history
chore: update test-app to [email protected]
  • Loading branch information
dannycalleri authored Oct 12, 2023
2 parents 0b9155b + 7ab4e16 commit c401afb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
ember-try-scenario:
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-release
- ember-beta
- ember-canary
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,10 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
},
"pnpm": {
"overrides": {
"ember-source": "4.12.0"
}
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

16 changes: 16 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.8.0',
},
},
},
{
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ember-page-title": "8.0.0",
"ember-qunit": "8.0.1",
"ember-resolver": "11.0.1",
"ember-source": "4.12.0",
"ember-source": "5.3.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "5.11.2",
"ember-try": "2.0.0",
Expand Down

0 comments on commit c401afb

Please sign in to comment.