From 2555bc2e9dc51699283c37d1e268723cbc809630 Mon Sep 17 00:00:00 2001 From: gnibeda Date: Fri, 28 Jun 2024 00:00:22 +0300 Subject: [PATCH] fixed node version --- .github/workflows/angular-build.yml | 2 +- .github/workflows/test-ui.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/angular-build.yml b/.github/workflows/angular-build.yml index 077d45d3..2821d977 100644 --- a/.github/workflows/angular-build.yml +++ b/.github/workflows/angular-build.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.14.x] + node-version: [20.14.0] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index 250e12d9..81b0c86e 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x] + node-version: [20.14.0] steps: - uses: actions/checkout@v1 - name: Build the docker