File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
node-version : ${{ matrix.node-version }}
29
29
30
30
- name : Install pnpm
31
- uses : pnpm/action-setup@v2.2.4
31
+ uses : pnpm/action-setup@v4.0.0
32
32
33
33
- name : Get pnpm store path
34
34
id : pnpm-store
78
78
node-version : ${{ matrix.node-version }}
79
79
80
80
- name : Install pnpm
81
- uses : pnpm/action-setup@v2.2.4
81
+ uses : pnpm/action-setup@v4.0.0
82
82
83
83
- name : Get pnpm store path
84
84
id : pnpm-store
@@ -128,7 +128,7 @@ jobs:
128
128
node-version : ${{ matrix.node-version }}
129
129
130
130
- name : Install pnpm
131
- uses : pnpm/action-setup@v2.2.4
131
+ uses : pnpm/action-setup@v4.0.0
132
132
133
133
- name : Get pnpm store path
134
134
id : pnpm-store
@@ -228,7 +228,7 @@ jobs:
228
228
with :
229
229
node-version : ${{ matrix.node-version }}
230
230
- name : Install pnpm
231
- uses : pnpm/action-setup@v2.2.4
231
+ uses : pnpm/action-setup@v4.0.0
232
232
- name : Get pnpm store path
233
233
id : pnpm-store
234
234
run : echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments