We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe04be0 + bbebda6 commit 3878ae6Copy full SHA for 3878ae6
.github/workflows/deploy-cloud-function.yml
@@ -40,7 +40,7 @@ jobs:
40
--allow-unauthenticated \
41
--trigger-http \
42
--entry-point=probotApp \
43
- --runtime=nodejs16 \
+ --runtime=nodejs18 \
44
--gen2 \
45
--region=us-east4 \
46
--set-secrets='PRIVATE_KEY=PRIVATE_KEY:latest,WEBHOOK_SECRET=WEBHOOK_SECRET:latest' \
.github/workflows/node.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Use Node.js
16
uses: actions/setup-node@v4
17
with:
18
- node-version: 16
+ node-version: 18
19
cache: yarn
20
21
- run: yarn install --frozen-lockfile
0 commit comments