Skip to content

Commit d4a9047

Browse files
authored
Relax node requirement and bump actions-utils (#253)
1 parent 4cc5c87 commit d4a9047

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"engines": {
11-
"node": "20.x",
11+
"node": ">= 20.x",
1212
"npm": ">= 10.x"
1313
},
1414
"repository": {
@@ -26,6 +26,6 @@
2626
},
2727
"homepage": "https://github.com/google-github-actions/run-gemini-cli#readme",
2828
"devDependencies": {
29-
"@google-github-actions/actions-utils": "^0.8.8"
29+
"@google-github-actions/actions-utils": "^0.8.10"
3030
}
3131
}

0 commit comments

Comments
 (0)