File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
- name : Install Node
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 14
25
+ node-version : 18
26
26
cache : yarn
27
27
- name : Install Dependencies
28
28
run : yarn install --frozen-lockfile
40
40
- uses : actions/checkout@v3
41
41
- uses : actions/setup-node@v3
42
42
with :
43
- node-version : 14
43
+ node-version : 18
44
44
cache : yarn
45
45
- name : Install Dependencies
46
46
run : yarn install --no-lockfile
73
73
- name : Install Node
74
74
uses : actions/setup-node@v3
75
75
with :
76
- node-version : 14
76
+ node-version : 18
77
77
cache : yarn
78
78
- name : Install Dependencies
79
79
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 16
16
- name : Install node
17
17
uses : actions/setup-node@v3
18
18
with :
19
- node-version : 14 .x
19
+ node-version : 18 .x
20
20
registry-url : ' https://registry.npmjs.org'
21
21
22
22
- name : install dependencies
You can’t perform that action at this time.
0 commit comments