Skip to content

Commit

Permalink
feat!: drop support for Node 12, 14, 17, 19
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jun 27, 2023
1 parent b68511a commit 025a0a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu, windows ]
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -42,6 +42,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
- run: npm ci
- run: npm run lint
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"homepage": "https://github.com/platinumazure/eslint-plugin-qunit",
"engines": {
"node": "12.x || 14.x || >=16.0.0"
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
},
"release-it": {
"github": {
Expand Down

0 comments on commit 025a0a5

Please sign in to comment.