Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 78485a6

Browse files
authored
Merge pull request #275 from FileFighter/feature/updateNode
(CI) use node 16
2 parents e5fbe17 + addaec9 commit 78485a6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/featureRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Set up Node.js environment
2424
uses: actions/setup-node@v2
2525
with:
26-
node-version: 14
26+
node-version: 16
2727
cache: 'npm'
2828
-
2929
name: Checkout frontend

.github/workflows/latestRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Set up Node.js environment
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 14
23+
node-version: 16
2424
cache: 'npm'
2525
-
2626
name: Checkout frontend

.github/workflows/stableRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node.js environment
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
cache: 'npm'
1919
- name: Build frontend
2020
run: |

.github/workflows/storybookBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node.js environment
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
cache: 'npm'
1919
- name: Build storybook
2020
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Set up Node.js environment
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 14
19+
node-version: 16
2020
cache: 'npm'
2121
# Install NPM dependencies, build the webpage and start it
2222
# and run all Cypress tests

0 commit comments

Comments
 (0)