27
27
- uses : actions/checkout@v3
28
28
- uses : pnpm/action-setup@v2
29
29
with :
30
- version : 7
30
+ version : 8
31
31
- name : Use Node.js ${{ matrix.node-version }}
32
32
uses : actions/setup-node@v3
33
33
with :
52
52
uses : actions/checkout@v3
53
53
- uses : pnpm/action-setup@v2
54
54
with :
55
- version : 7
55
+ version : 8
56
56
- name : Use Node.js ${{ matrix.node-version }}
57
57
uses : actions/setup-node@v3
58
58
with :
82
82
uses : actions/checkout@v3
83
83
- uses : pnpm/action-setup@v2
84
84
with :
85
- version : 7
85
+ version : 8
86
86
- name : Use Node.js ${{ matrix.node-version }}
87
87
uses : actions/setup-node@v3
88
88
with :
@@ -107,7 +107,7 @@ jobs:
107
107
uses : actions/checkout@v3
108
108
- uses : pnpm/action-setup@v2
109
109
with :
110
- version : 7
110
+ version : 8
111
111
- name : Use Node.js ${{ matrix.node-version }}
112
112
uses : actions/setup-node@v3
113
113
with :
@@ -133,7 +133,7 @@ jobs:
133
133
uses : actions/checkout@v3
134
134
- uses : pnpm/action-setup@v2
135
135
with :
136
- version : 7
136
+ version : 8
137
137
- name : Use Node.js ${{ matrix.node-version }}
138
138
uses : actions/setup-node@v3
139
139
with :
@@ -170,7 +170,7 @@ jobs:
170
170
- uses : actions/checkout@v3
171
171
- uses : pnpm/action-setup@v2
172
172
with :
173
- version : 7
173
+ version : 8
174
174
- uses : actions/setup-node@v3
175
175
with :
176
176
node-version : 14
0 commit comments