Skip to content

Commit e396f10

Browse files
committed
feat!: drop node 18
1 parent e8e73bc commit e396f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-latest, windows-latest]
41-
node-version: [18, 20, 22]
41+
node-version: [20, 22, 24]
4242
fail-fast: false
4343

4444
runs-on: ${{ matrix.os }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"webpack": "^5.99.9"
9898
},
9999
"engines": {
100-
"node": ">=18.0.0"
100+
"node": ">=20.19.0"
101101
},
102102
"resolutions": {
103103
"rolldown": "nightly"

0 commit comments

Comments
 (0)