Skip to content

Commit

Permalink
fix issues with ember-try and npm peer dependencies
Browse files Browse the repository at this point in the history
mansona committed Jun 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 58583fb commit 86d00d2
Showing 4 changed files with 685 additions and 1,232 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm ci
- run: npm run lint

@@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm ci
- run: npm run test:ember

@@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm install --no-package-lock
- run: npm run test:ember

@@ -81,7 +81,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm ci

- name: test
9 changes: 9 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -60,6 +60,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('release'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
@@ -68,6 +71,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
@@ -76,6 +82,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
1,898 changes: 671 additions & 1,227 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
"ember-source": "~3.28.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^3.6.0",
"ember-try": "^1.4.0",
"ember-try": "https://git@github.com/mansona/ember-try.git#npm-overrides",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.5.4",

0 comments on commit 86d00d2

Please sign in to comment.