This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
name : Set up Node.js environment
24
24
uses : actions/setup-node@v2
25
25
with :
26
- node-version : 14
26
+ node-version : 16
27
27
cache : ' npm'
28
28
-
29
29
name : Checkout frontend
Original file line number Diff line number Diff line change 20
20
name : Set up Node.js environment
21
21
uses : actions/setup-node@v2
22
22
with :
23
- node-version : 14
23
+ node-version : 16
24
24
cache : ' npm'
25
25
-
26
26
name : Checkout frontend
Original file line number Diff line number Diff line change 14
14
- name : Set up Node.js environment
15
15
uses : actions/setup-node@v2
16
16
with :
17
- node-version : 14
17
+ node-version : 16
18
18
cache : ' npm'
19
19
- name : Build frontend
20
20
run : |
Original file line number Diff line number Diff line change 14
14
- name : Set up Node.js environment
15
15
uses : actions/setup-node@v2
16
16
with :
17
- node-version : 14
17
+ node-version : 16
18
18
cache : ' npm'
19
19
- name : Build storybook
20
20
run : |
Original file line number Diff line number Diff line change 16
16
name : Set up Node.js environment
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 14
19
+ node-version : 16
20
20
cache : ' npm'
21
21
# Install NPM dependencies, build the webpage and start it
22
22
# and run all Cypress tests
You can’t perform that action at this time.
0 commit comments