We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e585770 commit 2dd8d71Copy full SHA for 2dd8d71
2 files changed
.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
131
132
strategy:
133
matrix:
134
- node-version: [20.x, 22.x, 24.x]
+ node-version: [22.x, 24.x]
135
136
steps:
137
- uses: actions/checkout@v5
package.json
@@ -99,7 +99,7 @@
99
"patch-package/**/tmp": "^0.2.4"
100
},
101
"engines": {
102
- "node": ">=20.0.0"
+ "node": "^22.0.0 || >=24.0.0"
103
104
"commitlint": {
105
"extends": [
0 commit comments