Skip to content

Commit 703df45

Browse files
committed
Relax node requirement and bump actions-utils
1 parent 4cc5c87 commit 703df45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)