Skip to content

Commit c48b2a5

Browse files
committed
Ensure that the type definition version matches the Node.js version in use.
1 parent 1ee2acc commit c48b2a5

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
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@biomejs/biome": "2.2.4",
4343
"@types/jest": "^29.5.8",
44-
"@types/node": "^20.19.5",
44+
"@types/node": "20.19.5",
4545
"lefthook": "^1.11.14",
4646
"npm-run-all": "^4.1.5",
4747
"peggy": "^5.0.4",

0 commit comments

Comments
 (0)