Skip to content

Commit c42f888

Browse files
authored
Merge pull request #351 from ember-bootstrap/drop-support-for-node-12
drop support for node 12
2 parents 0b1611a + a3e41b8 commit c42f888

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup node.js
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 12
25+
node-version: 14
2626
- name: Install dependencies
2727
uses: bahmutov/npm-install@v1
2828
- name: Lint
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup node.js
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: 12
44+
node-version: 14
4545
- name: Install dependencies
4646
uses: bahmutov/npm-install@v1
4747
with:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup node.js
7575
uses: actions/setup-node@v3
7676
with:
77-
node-version: 12
77+
node-version: 14
7878
- name: Install dependencies
7979
uses: bahmutov/npm-install@v1
8080
- name: Test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"webpack": "5.74.0"
8080
},
8181
"engines": {
82-
"node": "12.* || 14.* || >= 16"
82+
"node": "14.* || 16.* || >= 18"
8383
},
8484
"publishConfig": {
8585
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)