Skip to content

Commit

Permalink
Merge pull request #756 from Turbo87/node-10
Browse files Browse the repository at this point in the history
Drop support for Node.js 10
  • Loading branch information
Turbo87 authored Jul 5, 2021
2 parents 9a2703c + b7ca1a7 commit fceb25a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x

- name: get yarn cache dir
id: yarn-cache
Expand All @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [10.x, 12.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x

- name: get yarn cache dir
id: yarn-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x
registry-url: 'https://registry.npmjs.org'

- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"release-it-lerna-changelog": "3.1.0"
},
"engines": {
"node": "10.* || >= 12.*"
"node": "12.* || 14.* || >= 16.*"
},
"changelog": {
"repo": "simplabs/ember-test-selectors",
Expand Down

0 comments on commit fceb25a

Please sign in to comment.