File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 # The pnpm caching strategy in the following steps is based on:
3636 # https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
3737 - name : Install pnpm
38- uses : pnpm/action-setup@v3
38+ uses : pnpm/action-setup@v4.1.0
3939 with :
40- version : 8
41- run_install : false
40+ version : 10
4241
4342 - name : Get pnpm store directory
4443 id : pnpm-cache
Original file line number Diff line number Diff line change 4141 # The pnpm caching strategy in the following steps is based on:
4242 # https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
4343 - name : Install pnpm
44- uses : pnpm/action-setup@v3
44+ uses : pnpm/action-setup@v4.1.0
4545 with :
46- version : 8
47- run_install : false
46+ version : 10
4847
4948 - name : Get pnpm store directory
5049 id : pnpm-cache
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments