Skip to content

Commit fca9dab

Browse files
committed
chore: pin the node types to specific version
Required to get the code compiled.
1 parent 2217ccd commit fca9dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/express/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/express": "^4.17.13",
47+
"@types/node": "18.18.14",
4748
"ts-node": "^10.6.0",
4849
"typescript": "4.4.4"
4950
}

0 commit comments

Comments
 (0)