Skip to content

Commit

Permalink
Merge pull request #1595 from kaliber5/drop-node10
Browse files Browse the repository at this point in the history
Drop node 10 support
  • Loading branch information
simonihmig committed Aug 6, 2021
2 parents ae04701 + 61a853d commit 3f2853f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Lint
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Test
Expand All @@ -111,7 +111,7 @@ jobs:
# - name: Setup node.js
# uses: actions/setup-node@v1
# with:
# node-version: 10
# node-version: 12
# - name: Install dependencies
# uses: bahmutov/npm-install@v1
# - name: Connect to Browserstack
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Ember Bootstrap works and is fully [tested](https://github.com/kaliber5/ember-bo
* Ember CLI 3.15+
* Bootstrap 3 and 4
* all modern evergreen browsers (Chrome, Firefox, Safari, Edge) and IE 11 (the latter requires the use of the [Babel polyfill](https://github.com/babel/ember-cli-babel#polyfill)).
* node.js 12+
* FastBoot 1.0+
* Embroider: we strive (and test) for maximum compatibility with Embroider, including the most aggressive setting
(`staticComponents`) for tree shaking and code splitting. However as Embroider itself is still considered beta software,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"striptags": "^3.0.0"
},
"engines": {
"node": "10.* || >= 12.*"
"node": "12.* || >= 14.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 3f2853f

Please sign in to comment.