Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
cache: pnpm
- run: pnpm install
- run: pnpm run lint
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
cache: pnpm
- run: pnpm install
- run: pnpm percy exec -- npm run test:docs
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
cache: pnpm
- run: pnpm install
- run: pnpm run test:ember
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
cache: pnpm
- run: pnpm install --no-lockfile
- run: pnpm run test:ember
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
cache: pnpm
- run: pnpm install
- name: Run Tests
Expand All @@ -126,7 +126,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
cache: pnpm
- run: pnpm install
- name: Run Tests
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"dependencies": {
"@babel/core": "^7.25.2",
"@ember/render-modifiers": "^2.0.2",
"@ember/test-waiters": "^4.1.1",
"@glimmer/component": "^1.1.2",
"broccoli-funnel": "^3.0.2",
"broccoli-merge-trees": "^4.2.0",
Expand All @@ -49,7 +50,6 @@
"ember-concurrency": "^2.2.0",
"ember-named-blocks-polyfill": "^0.2.5",
"ember-template-imports": "^4.4.0",
"ember-test-waiters": "^2.1.3",
"ember-truth-helpers": "^3.0.0",
"lodash.get": "^4.4.2",
"normalize.css": "^8.0.1",
Expand All @@ -61,7 +61,7 @@
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember/optional-features": "^2.1.0",
"@ember/test-helpers": "^3.3.1",
"@ember/test-helpers": "^5.4.2",
"@embroider/test-setup": "^4.0.0",
"@eslint/js": "^9.37.0",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -84,7 +84,7 @@
"ember-load-initializers": "^2.1.2",
"ember-native-dom-helpers": "^0.6.2",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.1.0",
"ember-qunit": "^9.0.4",
"ember-resolver": "^12.0.1",
"ember-scroll": "^1.0.3",
"ember-sinon": "^2.2.0",
Expand Down
Loading
Loading