Skip to content

Commit 14dc9dd

Browse files
DHoefakkerclaude
andcommitted
chore: drop Node 20 support, require Node >=22
Node 20 reached end-of-life on April 30 2026. cspell v10 and other updated devDependencies now require Node >=22.18.0, making Node 20 incompatible with the dev toolchain. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a652ff1 commit 14dc9dd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ workflows:
7474
matrix:
7575
parameters:
7676
node-version:
77-
- "20"
7877
- "22"
7978
- Prettier
8079
- Lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"main": "dist/index.js",
1616
"types": "dist/index.d.ts",
1717
"engines": {
18-
"node": ">=16.0"
18+
"node": ">=22"
1919
},
2020
"scripts": {
2121
"build": "tsc --build tsconfig.build.json",

0 commit comments

Comments
 (0)