Skip to content

Commit

Permalink
Remove support for Node.js 12, 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jul 25, 2024
1 parent 2425381 commit 2dbfbcc
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 @@ -26,7 +26,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 14.x
node-version: 22.x
cache: pnpm

- run: pnpm install
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 14.x
node-version: 22.x
cache: pnpm

- run: pnpm install
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/[email protected]
- uses: actions/[email protected]
with:
node-version: 14.x
node-version: 22.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 @@ -65,7 +65,7 @@
"webpack": "5.76.2"
},
"engines": {
"node": "12.* || 14.* || >= 16.*"
"node": "18.* || 20.* || >= 22.*"
},
"changelog": {
"repo": "mainmatter/ember-test-selectors",
Expand Down

0 comments on commit 2dbfbcc

Please sign in to comment.