Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu, windows ]
node-version: [18.x, 20.x, 22.x, 23.x, 24.x]
node-version: [20.x, 22.x, 23.x, 24.x]

steps:
- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"typescript-eslint": "^8.0.0"
},
"engines": {
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
"node": "^20.0.0 || ^22.0.0 || ^23.0.0 || >=24.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading