From c1a6f674cbb06b478cc205bc6327068d0e53c8af Mon Sep 17 00:00:00 2001 From: qvalentin Date: Fri, 21 Jan 2022 18:43:08 +0100 Subject: [PATCH 1/2] (CI) use node 17 --- .github/workflows/featureRelease.yml | 2 +- .github/workflows/latestRelease.yml | 2 +- .github/workflows/stableRelease.yml | 2 +- .github/workflows/storybookBuild.yml | 2 +- .github/workflows/tests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/featureRelease.yml b/.github/workflows/featureRelease.yml index 9a4f14c7..e5f9d69d 100644 --- a/.github/workflows/featureRelease.yml +++ b/.github/workflows/featureRelease.yml @@ -23,7 +23,7 @@ jobs: name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 17 cache: 'npm' - name: Checkout frontend diff --git a/.github/workflows/latestRelease.yml b/.github/workflows/latestRelease.yml index 99e70286..354d20b6 100644 --- a/.github/workflows/latestRelease.yml +++ b/.github/workflows/latestRelease.yml @@ -20,7 +20,7 @@ jobs: name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 17 cache: 'npm' - name: Checkout frontend diff --git a/.github/workflows/stableRelease.yml b/.github/workflows/stableRelease.yml index 19252e2c..62419d3f 100644 --- a/.github/workflows/stableRelease.yml +++ b/.github/workflows/stableRelease.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 17 cache: 'npm' - name: Build frontend run: | diff --git a/.github/workflows/storybookBuild.yml b/.github/workflows/storybookBuild.yml index 278adc7e..c59baa33 100644 --- a/.github/workflows/storybookBuild.yml +++ b/.github/workflows/storybookBuild.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 17 cache: 'npm' - name: Build storybook run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c362c62..85283a1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 17 cache: 'npm' # Install NPM dependencies, build the webpage and start it # and run all Cypress tests From addaec92e6ea7c6110d3b1b80a5133d52590332d Mon Sep 17 00:00:00 2001 From: qvalentin Date: Fri, 21 Jan 2022 19:04:43 +0100 Subject: [PATCH 2/2] (CI) use node 16 --- .github/workflows/featureRelease.yml | 2 +- .github/workflows/latestRelease.yml | 2 +- .github/workflows/stableRelease.yml | 2 +- .github/workflows/storybookBuild.yml | 2 +- .github/workflows/tests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/featureRelease.yml b/.github/workflows/featureRelease.yml index e5f9d69d..e3678898 100644 --- a/.github/workflows/featureRelease.yml +++ b/.github/workflows/featureRelease.yml @@ -23,7 +23,7 @@ jobs: name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 17 + node-version: 16 cache: 'npm' - name: Checkout frontend diff --git a/.github/workflows/latestRelease.yml b/.github/workflows/latestRelease.yml index 354d20b6..1fbc6f6d 100644 --- a/.github/workflows/latestRelease.yml +++ b/.github/workflows/latestRelease.yml @@ -20,7 +20,7 @@ jobs: name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 17 + node-version: 16 cache: 'npm' - name: Checkout frontend diff --git a/.github/workflows/stableRelease.yml b/.github/workflows/stableRelease.yml index 62419d3f..3ea1940f 100644 --- a/.github/workflows/stableRelease.yml +++ b/.github/workflows/stableRelease.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 17 + node-version: 16 cache: 'npm' - name: Build frontend run: | diff --git a/.github/workflows/storybookBuild.yml b/.github/workflows/storybookBuild.yml index c59baa33..a99ea544 100644 --- a/.github/workflows/storybookBuild.yml +++ b/.github/workflows/storybookBuild.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 17 + node-version: 16 cache: 'npm' - name: Build storybook run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 85283a1d..04c5fae6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: 17 + node-version: 16 cache: 'npm' # Install NPM dependencies, build the webpage and start it # and run all Cypress tests