diff --git a/.github/workflows/featureRelease.yml b/.github/workflows/featureRelease.yml index 9a4f14c7..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: 14 + node-version: 16 cache: 'npm' - name: Checkout frontend diff --git a/.github/workflows/latestRelease.yml b/.github/workflows/latestRelease.yml index 99e70286..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: 14 + node-version: 16 cache: 'npm' - name: Checkout frontend diff --git a/.github/workflows/stableRelease.yml b/.github/workflows/stableRelease.yml index 19252e2c..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: 14 + node-version: 16 cache: 'npm' - name: Build frontend run: | diff --git a/.github/workflows/storybookBuild.yml b/.github/workflows/storybookBuild.yml index 278adc7e..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: 14 + node-version: 16 cache: 'npm' - name: Build storybook run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c362c62..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: 14 + node-version: 16 cache: 'npm' # Install NPM dependencies, build the webpage and start it # and run all Cypress tests