Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/featureRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latestRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stableRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybookBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down