Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit 2c2a676

Browse files
authored
fix(node version): accepting v20 onwards (#27)
1 parent 9573e26 commit 2c2a676

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"engines": {
30-
"node": "22.x"
30+
"node": ">=20.x"
3131
},
3232
"scripts": {
3333
"update-deps": "bunx npm-check-updates --root --format group -i",
@@ -60,11 +60,11 @@
6060
"devDependencies": {
6161
"@biomejs/biome": "^1.9.4",
6262
"@types/bun": "latest",
63-
"@types/node": "^22.8.6",
63+
"@types/node": "^22.8.7",
6464
"@vitest/coverage-v8": "^2.1.4",
6565
"copyfiles": "^2.4.1",
6666
"del-cli": "^6.0.0",
67-
"effect-errors": "^1.7.26",
67+
"effect-errors": "^1.7.27",
6868
"readme-package-icons": "^1.1.16",
6969
"ts-paths-resolver": "^1.1.9",
7070
"typescript": "5.6.3",

0 commit comments

Comments
 (0)