File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,12 +32,11 @@ jobs:
3232 with :
3333 node-version : lts/*
3434
35- - uses : pnpm/action-setup@v2
35+ - uses : pnpm/action-setup@v4
3636 name : Install pnpm
3737 id : pnpm-install
3838 with :
3939 run_install : true
40- version : latest
4140
4241 - name : Get pnpm store directory
4342 id : pnpm-cache
@@ -62,12 +61,11 @@ jobs:
6261 matrix : ${{ steps.set-matrix.outputs.matrix }}
6362 steps :
6463 - uses : actions/checkout@v4
65- - uses : pnpm/action-setup@v2
64+ - uses : pnpm/action-setup@v4
6665 name : Install pnpm
6766 id : pnpm-install
6867 with :
6968 run_install : true
70- version : latest
7169 - id : set-matrix
7270 run : |
7371 export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c)
@@ -144,12 +142,11 @@ jobs:
144142 with :
145143 node-version : lts/*
146144
147- - uses : pnpm/action-setup@v2
145+ - uses : pnpm/action-setup@v4
148146 name : Install pnpm
149147 id : pnpm-install
150148 with :
151149 run_install : true
152- version : latest
153150
154151 - name : Get pnpm store directory
155152 id : pnpm-cache
Original file line number Diff line number Diff line change @@ -25,12 +25,11 @@ jobs:
2525 with :
2626 node-version : lts/*
2727
28- - uses : pnpm/action-setup@v2
28+ - uses : pnpm/action-setup@v4
2929 name : Install pnpm
3030 id : pnpm-install
3131 with :
3232 run_install : true
33- version : latest
3433
3534 - name : Get pnpm store directory
3635 id : pnpm-cache
Original file line number Diff line number Diff line change @@ -28,12 +28,11 @@ jobs:
2828 with :
2929 node-version : lts/*
3030
31- - uses : pnpm/action-setup@v2
31+ - uses : pnpm/action-setup@v4
3232 name : Install pnpm
3333 id : pnpm-install
3434 with :
3535 run_install : true
36- version : latest
3736
3837 - name : Get pnpm store directory
3938 id : pnpm-cache
@@ -58,12 +57,11 @@ jobs:
5857 matrix : ${{ steps.set-matrix.outputs.matrix }}
5958 steps :
6059 - uses : actions/checkout@v4
61- - uses : pnpm/action-setup@v2
60+ - uses : pnpm/action-setup@v4
6261 name : Install pnpm
6362 id : pnpm-install
6463 with :
6564 run_install : true
66- version : latest
6765 - id : set-matrix
6866 run : |
6967 export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c)
@@ -92,12 +90,11 @@ jobs:
9290 with :
9391 registry-url : ' https://registry.npmjs.org'
9492
95- - uses : pnpm/action-setup@v2
93+ - uses : pnpm/action-setup@v4
9694 name : Install pnpm
9795 id : pnpm-install
9896 with :
9997 run_install : true
100- version : latest
10198
10299 - name : Get pnpm store directory
103100 id : pnpm-cache
You can’t perform that action at this time.
0 commit comments