Skip to content

Commit 3878ae6

Browse files
authored
Merge pull request #925 from psalm/node-18
2 parents fe04be0 + bbebda6 commit 3878ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-cloud-function.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--allow-unauthenticated \
4141
--trigger-http \
4242
--entry-point=probotApp \
43-
--runtime=nodejs16 \
43+
--runtime=nodejs18 \
4444
--gen2 \
4545
--region=us-east4 \
4646
--set-secrets='PRIVATE_KEY=PRIVATE_KEY:latest,WEBHOOK_SECRET=WEBHOOK_SECRET:latest' \

.github/workflows/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
cache: yarn
2020

2121
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)