Skip to content

Commit 3fd678b

Browse files
authored
build: pin @types/node (#766)
* build: pin @types/node
1 parent 093c993 commit 3fd678b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/common/system-test/fixtures/kitchen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@google-cloud/common": "file:./google-cloud-common.tgz"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^18.0.0",
21+
"@types/node": "18.11.19",
2222
"typescript": "^3.1.0",
2323
"gts": "^2.0.0"
2424
}

0 commit comments

Comments
 (0)