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