Skip to content

Commit 666a628

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7a4146c commit 666a628

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Google Inc.",
1111
"license": "Apache-2.0",
1212
"engines": {
13-
"node": ">=18"
13+
"node": ">=18.0.0"
1414
},
1515
"dependencies": {
1616
"js-yaml": "^4.1.0"

core/packages/logging-utils/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"directory": "logging-utils/samples"
2424
},
2525
"engines": {
26-
"node": ">=18"
26+
"node": ">=18.0.0"
2727
},
2828
"dependencies": {
2929
"google-logging-utils": "^1.1.4"

handwritten/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
8-
"node": ">=18"
8+
"node": ">=18.0.0"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)