Skip to content

Commit

Permalink
Merge pull request #925 from psalm/node-18
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan authored Jan 29, 2024
2 parents fe04be0 + bbebda6 commit 3878ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloud-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
--allow-unauthenticated \
--trigger-http \
--entry-point=probotApp \
--runtime=nodejs16 \
--runtime=nodejs18 \
--gen2 \
--region=us-east4 \
--set-secrets='PRIVATE_KEY=PRIVATE_KEY:latest,WEBHOOK_SECRET=WEBHOOK_SECRET:latest' \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: yarn

- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 3878ae6

Please sign in to comment.