File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
uses : actions/checkout@v4
29
29
30
30
with :
31
- version : 8.15.1
31
+ version : 8.15.4
32
32
run_install : false
33
33
- name : Setup Node
34
34
uses : actions/setup-node@v4
35
35
with :
36
- node-version : 18
36
+ node-version : 20
37
37
cache : ' pnpm'
38
38
- name : Install dependencies
39
39
run : pnpm install
@@ -47,12 +47,12 @@ jobs:
47
47
uses : actions/checkout@v4
48
48
49
49
with :
50
- version : 8.15.1
50
+ version : 8.15.4
51
51
run_install : false
52
52
- name : Setup Node
53
53
uses : actions/setup-node@v4
54
54
with :
55
- node-version : 18
55
+ node-version : 20
56
56
cache : ' pnpm'
57
57
- name : Install dependencies
58
58
run : pnpm install
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
21
21
22
22
with :
23
- version : 8.15.1
23
+ version : 8.15.4
24
24
run_install : false
25
25
- name : Setup Node
26
26
uses : actions/setup-node@v4
27
27
with :
28
- node-version : 18
28
+ node-version : 20
29
29
cache : ' pnpm'
30
30
- name : Install dependencies
31
31
run : pnpm install
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ jobs:
48
48
uses : actions/checkout@v4
49
49
50
50
with :
51
- version : 8.15.1
51
+ version : 8.15.4
52
52
run_install : false
53
53
- name : Setup Node
54
54
uses : actions/setup-node@v4
55
55
with :
56
- node-version : 18
56
+ node-version : 20
57
57
cache : ' pnpm'
58
58
- name : Install dependencies
59
59
run : pnpm install
@@ -120,12 +120,12 @@ jobs:
120
120
uses : actions/checkout@v4
121
121
122
122
with :
123
- version : 8.15.1
123
+ version : 8.15.4
124
124
run_install : false
125
125
- name : Setup Node
126
126
uses : actions/setup-node@v4
127
127
with :
128
- node-version : 18
128
+ node-version : 20
129
129
cache : ' pnpm'
130
130
- name : Install dependencies
131
131
run : pnpm install
You can’t perform that action at this time.
0 commit comments