From 48eb09687ca119de6a192fc07c3657439b372d9a Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Wed, 25 Dec 2024 10:44:02 +0100 Subject: [PATCH] app build - node version 22 --- .github/workflows/build-app-beta.yaml | 4 ++-- .github/workflows/build-app-pro-beta.yaml | 4 ++-- .github/workflows/build-app-pro.yaml | 4 ++-- .github/workflows/build-app.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index fd1661a88..944af3560 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -23,10 +23,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: yarn adjustPackageJson run: | yarn adjustPackageJson diff --git a/.github/workflows/build-app-pro-beta.yaml b/.github/workflows/build-app-pro-beta.yaml index 0c086b825..f1aa8b13f 100644 --- a/.github/workflows/build-app-pro-beta.yaml +++ b/.github/workflows/build-app-pro-beta.yaml @@ -26,10 +26,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: Checkout dbgate/dbgate-pro uses: actions/checkout@v2 diff --git a/.github/workflows/build-app-pro.yaml b/.github/workflows/build-app-pro.yaml index 716b1d23b..365210f9b 100644 --- a/.github/workflows/build-app-pro.yaml +++ b/.github/workflows/build-app-pro.yaml @@ -27,10 +27,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: Checkout dbgate/dbgate-pro uses: actions/checkout@v2 diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index f4ad20f04..9806d84d8 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -27,10 +27,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: yarn adjustPackageJson run: | yarn adjustPackageJson