File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
uses : actions/checkout@v3
30
30
31
31
with :
32
- version : 6.32.25
32
+ version : 7.15.0
33
33
run_install : false
34
34
- name : Setup Node
35
35
uses : actions/setup-node@v3
36
36
with :
37
- node-version : 16
37
+ node-version : 18
38
38
cache : ' pnpm'
39
39
- name : Install dependencies
40
40
run : pnpm install
@@ -48,12 +48,12 @@ jobs:
48
48
uses : actions/checkout@v3
49
49
50
50
with :
51
- version : 6.32.25
51
+ version : 7.15.0
52
52
run_install : false
53
53
- name : Setup Node
54
54
uses : actions/setup-node@v3
55
55
with :
56
- node-version : 16
56
+ node-version : 18
57
57
cache : ' pnpm'
58
58
- name : Install dependencies
59
59
run : pnpm install
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
uses : actions/checkout@v3
35
35
36
36
with :
37
- version : 6.32.25
37
+ version : 7.15.0
38
38
run_install : false
39
39
- name : Setup Node
40
40
uses : actions/setup-node@v3
41
41
with :
42
- node-version : 16
42
+ node-version : 18
43
43
cache : ' pnpm'
44
44
- name : Install dependencies
45
45
run : pnpm install
@@ -91,12 +91,12 @@ jobs:
91
91
uses : actions/checkout@v3
92
92
93
93
with :
94
- version : 6.32.25
94
+ version : 7.15.0
95
95
run_install : false
96
96
- name : Setup Node
97
97
uses : actions/setup-node@v3
98
98
with :
99
- node-version : 16
99
+ node-version : 18
100
100
cache : ' pnpm'
101
101
- name : Install dependencies
102
102
run : pnpm install
You can’t perform that action at this time.
0 commit comments