Skip to content

Commit 2dd8d71

Browse files
authored
chore(package.json): drop node20 [BREAKING CHANGE] (#1179)
1 parent e585770 commit 2dd8d71

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
@@ -131,7 +131,7 @@ jobs:
131131

132132
strategy:
133133
matrix:
134-
node-version: [20.x, 22.x, 24.x]
134+
node-version: [22.x, 24.x]
135135

136136
steps:
137137
- uses: actions/checkout@v5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"patch-package/**/tmp": "^0.2.4"
100100
},
101101
"engines": {
102-
"node": ">=20.0.0"
102+
"node": "^22.0.0 || >=24.0.0"
103103
},
104104
"commitlint": {
105105
"extends": [

0 commit comments

Comments
 (0)