Skip to content

Commit 5928afb

Browse files
committed
chore: node20+
1 parent 7e80c84 commit 5928afb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [22.x, 20.x, 18.x]
14+
node-version: [24.x, 22.x, 20.x]
1515

1616
steps:
1717
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### 1.9.1
66

77
- Chore: deps
8+
- Chore: require Node.js >=20
89

910
### 1.9.0
1011

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "./dist/index.js",
99
"types": "./dist/index.d.ts",
1010
"engines": {
11-
"node": ">=18",
11+
"node": ">=20",
1212
"npm": ">=9"
1313
},
1414
"files": [

0 commit comments

Comments
 (0)