Skip to content

Commit

Permalink
Merge pull request #743 from adopted-ember-addons/bump-ember-data
Browse files Browse the repository at this point in the history
bump default ember-data version
  • Loading branch information
mansona authored Nov 8, 2023
2 parents 68fd0fa + 708e518 commit ec9d14e
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 112 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 14.x
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines
- name: Lint
run: yarn lint
- name: Run Tests
Expand All @@ -43,7 +43,7 @@ jobs:
node-version: 14.x
cache: yarn
- name: Install Dependencies
run: yarn install --no-lockfile
run: yarn install --no-lockfile --ignore-engines
- name: Run Tests
run: yarn test:ember

Expand Down Expand Up @@ -75,6 +75,6 @@ jobs:
node-version: 14.x
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-code-snippet": "^3.0.0",
"ember-data": "~4.8.0",
"ember-data": "~4.12.0",
"ember-load-initializers": "^2.1.2",
"ember-prism": "^0.13.0",
"ember-qunit": "^6.2.0",
Expand Down
Loading

0 comments on commit ec9d14e

Please sign in to comment.