2727 - uses : actions/checkout@v3
2828 - uses : pnpm/action-setup@v2
2929 with :
30- version : 7
30+ version : 8
3131 - name : Use Node.js ${{ matrix.node-version }}
3232 uses : actions/setup-node@v3
3333 with :
5252 uses : actions/checkout@v3
5353 - uses : pnpm/action-setup@v2
5454 with :
55- version : 7
55+ version : 8
5656 - name : Use Node.js ${{ matrix.node-version }}
5757 uses : actions/setup-node@v3
5858 with :
8282 uses : actions/checkout@v3
8383 - uses : pnpm/action-setup@v2
8484 with :
85- version : 7
85+ version : 8
8686 - name : Use Node.js ${{ matrix.node-version }}
8787 uses : actions/setup-node@v3
8888 with :
@@ -107,7 +107,7 @@ jobs:
107107 uses : actions/checkout@v3
108108 - uses : pnpm/action-setup@v2
109109 with :
110- version : 7
110+ version : 8
111111 - name : Use Node.js ${{ matrix.node-version }}
112112 uses : actions/setup-node@v3
113113 with :
@@ -133,7 +133,7 @@ jobs:
133133 uses : actions/checkout@v3
134134 - uses : pnpm/action-setup@v2
135135 with :
136- version : 7
136+ version : 8
137137 - name : Use Node.js ${{ matrix.node-version }}
138138 uses : actions/setup-node@v3
139139 with :
@@ -170,7 +170,7 @@ jobs:
170170 - uses : actions/checkout@v3
171171 - uses : pnpm/action-setup@v2
172172 with :
173- version : 7
173+ version : 8
174174 - uses : actions/setup-node@v3
175175 with :
176176 node-version : 14
0 commit comments