Skip to content

Commit

Permalink
[Breaking] Update deps
Browse files Browse the repository at this point in the history
* Drop’s node 10 support
  • Loading branch information
stefanpenner committed Aug 6, 2021
1 parent bedc11d commit 67a1f45
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 176 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 10.x
node-version: 12.x
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 10.x
node-version: 12.x
- run: yarn install --no-lockfile
- run: yarn test

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@
"@ember/test-waiters": "^2.4.5",
"broccoli-debug": "^0.6.5",
"broccoli-funnel": "^3.0.8",
"ember-cli-babel": "^7.26.6",
"ember-cli-htmlbars": "^5.7.1",
"ember-destroyable-polyfill": "^2.0.3"
"ember-destroyable-polyfill": "^2.0.3",
"ember-cli-typescript": "^4.2.1"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@embroider/test-setup": "^0.43.0",
"@types/ember": "^3.16.5",
"@embroider/test-setup": "^0.36.0",
"@types/ember-testing-helpers": "^0.0.4",
"@types/rsvp": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"broccoli-merge-trees": "^4.2.0",
"documentation": "^13.2.5",
"ember-auto-import": "^1.10.1",
"ember-auto-import": "^1.11.3",
"ember-cli": "~3.27.0",
"ember-cli-babel": "^7.26.6",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-shims": "^1.2.0",
"ember-cli-test-loader": "^3.0.0",
"ember-cli-typescript": "^1.5.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-fetch": "^8.1.0",
"ember-in-element-polyfill": "^1.0.1",
Expand All @@ -85,7 +85,7 @@
"typescript": "^4.3.5"
},
"engines": {
"node": "10.* || 12.* || >= 14.*"
"node": "12.* || 14.* || >= 16.*"
},
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -126,7 +126,7 @@
}
},
"volta": {
"node": "10.20.1",
"node": "12.22.4",
"yarn": "1.22.4"
}
}
Loading

0 comments on commit 67a1f45

Please sign in to comment.