We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bb2bb commit 6b9737fCopy full SHA for 6b9737f
.github/workflows/test.yml
@@ -7,6 +7,6 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: actions/setup-node@v3
9
with:
10
- node-version: '18'
+ node-version: '24'
11
- run: npm ci
12
- run: npm test
app.yaml
@@ -1,3 +1,3 @@
1
# https://cloud.google.com/appengine/docs/standard/nodejs/runtime
2
3
-runtime: nodejs18
+runtime: nodejs24
0 commit comments