Skip to content

Commit b7ca1a7

Browse files
committed
Drop support for Node.js 10
1 parent 9a2703c commit b7ca1a7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: 12.x
21+
node-version: 14.x
2222

2323
- name: get yarn cache dir
2424
id: yarn-cache
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ubuntu-latest, windows-latest]
47-
node-version: [10.x, 12.x]
47+
node-version: [12.x, 14.x, 16.x]
4848

4949
steps:
5050
- uses: actions/checkout@v2
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v2
8585
- uses: actions/setup-node@v2
8686
with:
87-
node-version: 12.x
87+
node-version: 14.x
8888

8989
- name: get yarn cache dir
9090
id: yarn-cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 12.x
17+
node-version: 14.x
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"release-it-lerna-changelog": "3.1.0"
5959
},
6060
"engines": {
61-
"node": "10.* || >= 12.*"
61+
"node": "12.* || 14.* || >= 16.*"
6262
},
6363
"changelog": {
6464
"repo": "simplabs/ember-test-selectors",

0 commit comments

Comments
 (0)