Skip to content

Commit 0e4847d

Browse files
committed
chore: update engines node version to 20
1 parent 9a67b21 commit 0e4847d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

healthcare/consent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Google LLC",
77
"repository": "GoogleCloudPlatform/nodejs-docs-samples",
88
"engines": {
9-
"node": ">=12.0.0"
9+
"node": ">=20.0.0"
1010
},
1111
"scripts": {
1212
"test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000"

iam/deny/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
99
},
1010
"engines": {
11-
"node": ">=16.0.0"
11+
"node": ">=20.0.0"
1212
},
1313
"scripts": {
1414
"test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000"

media/video-stitcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "Google LLC",
66
"engines": {
7-
"node": ">=10"
7+
"node": ">=20.0.0"
88
},
99
"files": [
1010
"*.js"

0 commit comments

Comments
 (0)