Skip to content

Commit

Permalink
feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
  • Loading branch information
MichaelDeBoey committed Oct 28, 2024
1 parent 5943318 commit 224380f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/node-aught.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 'Tests: node.js >= 10'
name: 'Tests: node.js 18+'

on: [pull_request, push]

jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '>= 10'
range: '^18.18.0 || ^20.9.0 || >=21.1.0'
type: minors
command: npm run tests-only

node:
name: 'node >= 10'
name: 'node 18+'
needs: [tests]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"safe-publish-latest": "^2.0.0"
},
"engines": {
"node": ">=4.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"keywords": [
"jsx",
Expand Down

0 comments on commit 224380f

Please sign in to comment.