Skip to content

Commit 30cdfe6

Browse files
frankieyanclaude
andcommitted
chore!: drop Node 20 support
semantic-release@25 requires Node ^22.14.0 || >=24.10.0, which conflicts with engine-strict=true when the engines field includes Node 20. Align with typist's approach by narrowing the range. BREAKING CHANGE: Minimum Node.js version is now 22.14.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8e7aa97 commit 30cdfe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"provenance": true
4040
},
4141
"engines": {
42-
"node": "^20.0.0 || >=22.0.0"
42+
"node": "^22.14.0 || >=24.10.0"
4343
},
4444
"files": [
4545
"dist",

0 commit comments

Comments
 (0)