Skip to content

Commit 224380f

Browse files
committed
feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support
BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
1 parent 5943318 commit 224380f

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

.github/workflows/node-aught.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/node-tens.yml renamed to .github/workflows/node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: 'Tests: node.js >= 10'
1+
name: 'Tests: node.js 18+'
22

33
on: [pull_request, push]
44

55
jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '>= 10'
9+
range: '^18.18.0 || ^20.9.0 || >=21.1.0'
1010
type: minors
1111
command: npm run tests-only
1212

1313
node:
14-
name: 'node >= 10'
14+
name: 'node 18+'
1515
needs: [tests]
1616
runs-on: ubuntu-latest
1717
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"safe-publish-latest": "^2.0.0"
4848
},
4949
"engines": {
50-
"node": ">=4.0"
50+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5151
},
5252
"keywords": [
5353
"jsx",

0 commit comments

Comments
 (0)