From c6a2d186a86e84b1c1f85b941d75abe274a0c2ce Mon Sep 17 00:00:00 2001 From: panagiotis vourtsis Date: Wed, 17 Jul 2024 14:46:04 +0300 Subject: [PATCH] chore: all CI using 20.8.1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr.yml | 2 +- .github/workflows/sonar.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 768f906f..c563721a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '18.17.0' + node-version: '20.8.1' - name: Install dependencies and build app run: | @@ -113,7 +113,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '18.17.0' + node-version: '20.8.1' - name: Install dependencies run: yarn install diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b0df34ee..679981ab 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '18.17.0' # Replace with your node version + node-version: '20.8.1' # Replace with your node version - name: Install dependencies and build app run: | diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index f52eb631..b8f679ff 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '18.17.0' # Replace with your node version + node-version: '20.8.1' # Replace with your node version - name: Install dependencies run: yarn install