There was an error while loading. Please reload this page.
1 parent f8b599c commit e15998aCopy full SHA for e15998a
2 files changed
healthcare/dicom/ci-setup.json
@@ -1,3 +1,3 @@
1
{
2
- "node-version": 16
+ "node-version": 20
3
}
healthcare/dicom/package.json
@@ -6,19 +6,19 @@
6
"author": "Google LLC",
7
"repository": "GoogleCloudPlatform/nodejs-docs-samples",
8
"engines": {
9
- "node": ">=12.0.0"
+ "node": ">=20.0.0"
10
},
11
"scripts": {
12
"test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000"
13
14
"devDependencies": {
15
- "@google-cloud/pubsub": "^4.0.0",
16
- "@google-cloud/storage": "^7.0.0",
17
- "c8": "^10.0.0",
+ "@google-cloud/pubsub": "^5.0.0",
+ "@google-cloud/storage": "^8.0.0",
+ "c8": "^12.0.0",
18
"mocha": "^10.0.0",
19
"uuid": "^11.1.1"
20
21
"dependencies": {
22
- "@googleapis/healthcare": "^23.0.0"
+ "@googleapis/healthcare": "^26.0.0"
23
24
0 commit comments