From e9a01505ac2d6fdb811b9f8e7eaba3e74e3f6ab3 Mon Sep 17 00:00:00 2001 From: Ruslan Konviser Date: Fri, 29 Mar 2024 11:00:35 +0100 Subject: [PATCH] chore: pin version of Node to 18.19.1 due to build issues with 18.20 --- .github/workflows/desktop-app-prod.yml | 6 +++--- .github/workflows/desktop-app-stage.yml | 6 +++--- .github/workflows/desktop-timer-app-prod.yml | 6 +++--- .github/workflows/desktop-timer-app-stage.yml | 6 +++--- .github/workflows/server-api-prod.yml | 6 +++--- .github/workflows/server-api-stage.yml | 6 +++--- .github/workflows/server-prod.yml | 6 +++--- .github/workflows/server-stage.yml | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/desktop-app-prod.yml b/.github/workflows/desktop-app-prod.yml index df07aef2c8b..88c7d2d73de 100644 --- a/.github/workflows/desktop-app-prod.yml +++ b/.github/workflows/desktop-app-prod.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: buildjet/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Change permissions @@ -87,7 +87,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python @@ -142,7 +142,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python diff --git a/.github/workflows/desktop-app-stage.yml b/.github/workflows/desktop-app-stage.yml index 80227d104d2..49a1b02b081 100644 --- a/.github/workflows/desktop-app-stage.yml +++ b/.github/workflows/desktop-app-stage.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: buildjet/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Change permissions @@ -87,7 +87,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python @@ -142,7 +142,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python diff --git a/.github/workflows/desktop-timer-app-prod.yml b/.github/workflows/desktop-timer-app-prod.yml index ab34accc8df..cb49e394033 100644 --- a/.github/workflows/desktop-timer-app-prod.yml +++ b/.github/workflows/desktop-timer-app-prod.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: buildjet/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Change permissions @@ -93,7 +93,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python @@ -154,7 +154,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python diff --git a/.github/workflows/desktop-timer-app-stage.yml b/.github/workflows/desktop-timer-app-stage.yml index 6df5fbea44b..80c9bc93676 100644 --- a/.github/workflows/desktop-timer-app-stage.yml +++ b/.github/workflows/desktop-timer-app-stage.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: buildjet/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Change permissions @@ -93,7 +93,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python @@ -154,7 +154,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python diff --git a/.github/workflows/server-api-prod.yml b/.github/workflows/server-api-prod.yml index cf02a0e290e..af9616114f7 100644 --- a/.github/workflows/server-api-prod.yml +++ b/.github/workflows/server-api-prod.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: buildjet/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Change permissions @@ -87,7 +87,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python @@ -142,7 +142,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python diff --git a/.github/workflows/server-api-stage.yml b/.github/workflows/server-api-stage.yml index ef0b3b50adb..e4350dc9607 100644 --- a/.github/workflows/server-api-stage.yml +++ b/.github/workflows/server-api-stage.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: buildjet/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Change permissions @@ -87,7 +87,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python @@ -142,7 +142,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python diff --git a/.github/workflows/server-prod.yml b/.github/workflows/server-prod.yml index e22a0d1e35a..c2d498ef464 100644 --- a/.github/workflows/server-prod.yml +++ b/.github/workflows/server-prod.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: buildjet/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Change permissions @@ -87,7 +87,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python @@ -142,7 +142,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python diff --git a/.github/workflows/server-stage.yml b/.github/workflows/server-stage.yml index 80f483ebe8f..f16e6c661b3 100644 --- a/.github/workflows/server-stage.yml +++ b/.github/workflows/server-stage.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: buildjet/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Change permissions @@ -87,7 +87,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python @@ -142,7 +142,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.19.1 cache: 'yarn' - name: Fix node-gyp and Python