Skip to content

Commit 6387e69

Browse files
authored
Bump to node24 (#723)
1 parent e427ad8 commit 6387e69

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/actionlint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
paths:
2+
'**/*.yml':
3+
ignore:
4+
# https://github.com/rhysd/actionlint/issues/559
5+
- 'invalid runner name "node24"'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ support](https://cloud.google.com/support).**
2323
- This action requires Google Cloud credentials to execute gcloud commands.
2424
See [Authorization](#Authorization) for more details.
2525

26-
- This action runs using Node 20. If you are using self-hosted GitHub Actions
26+
- This action runs using Node 24. If you are using self-hosted GitHub Actions
2727
runners, you must use a [runner
2828
version](https://github.com/actions/virtual-environments) that supports this
2929
version or newer.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ branding:
9999
color: 'blue'
100100

101101
runs:
102-
using: 'node20'
102+
using: 'node24'
103103
main: 'dist/index.js'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"test": "node --require ts-node/register --test-reporter spec --test tests/setup-gcloud.test.ts"
1313
},
1414
"engines": {
15-
"node": ">= 20.x",
16-
"npm": ">= 10.x"
15+
"node": ">= 24.x",
16+
"npm": ">= 11.x"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)