Skip to content

Commit 6b9737f

Browse files
Update to Node 24
1 parent 03bb2bb commit 6b9737f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: '18'
10+
node-version: '24'
1111
- run: npm ci
1212
- run: npm test

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# https://cloud.google.com/appengine/docs/standard/nodejs/runtime
22

3-
runtime: nodejs18
3+
runtime: nodejs24

0 commit comments

Comments
 (0)