Skip to content

Commit 3ef0978

Browse files
committed
chore: update node support to LTS and current versions
1 parent 29a5e28 commit 3ef0978

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version:
14-
- 18
14+
- 22
1515
- '*'
1616
steps:
1717
- uses: actions/checkout@v6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vitest": "^3.2.4"
3636
},
3737
"engines": {
38-
"node": ">=18"
38+
"node": "^22.11.0 || ^24.11.0 || >=26.0.0"
3939
},
4040
"size-limit": [
4141
{

0 commit comments

Comments
 (0)