From bbebda6880026a4fe89b7ca8a876d5bf54a2e8d4 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Mon, 29 Jan 2024 16:32:01 +0100 Subject: [PATCH] Update to NodeJS 18 --- .github/workflows/deploy-cloud-function.yml | 2 +- .github/workflows/node.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-cloud-function.yml b/.github/workflows/deploy-cloud-function.yml index 4e07da69..97d64e35 100644 --- a/.github/workflows/deploy-cloud-function.yml +++ b/.github/workflows/deploy-cloud-function.yml @@ -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' \ diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index e9056656..d88037b6 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -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