Skip to content

Commit 621db1d

Browse files
committed
build: use minimal supported Node types
1 parent e58a9aa commit 621db1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@types/chai": "^5.2.1",
2626
"@types/mocha": "^10.0.10",
27-
"@types/node": "^22.14.1",
27+
"@types/node": "^20.11.19",
2828
"@types/socket.io-client": "^3.0.0",
2929
"@typescript-eslint/eslint-plugin": "^8.30.1",
3030
"@typescript-eslint/parser": "^8.30.1",
@@ -47,4 +47,4 @@
4747
"fmt": "prettier . --write",
4848
"lint": "eslint --ext .ts --ext .js --ext .json ."
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)