File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636
37- - name : " Defining cache"
38- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
39- env :
40- cache-name : cache-pnpm-store
41- with :
42- path : ~/.local/pnpm/store
43- key : ${{ runner.os }}-${{ matrix.node }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
44-
4537 - name : Setup pnpm
4638 uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
4739 if : matrix.node == 16
@@ -53,17 +45,10 @@ jobs:
5345 with :
5446 version : 10
5547
56- - name : " Where o where is the pnpm store?"
57- run : |
58- storepath="$(pnpm store path)"
59- echo "The pnpm store is at: $storepath"
60- ls "$storepath"
61-
6248 - name : " Defining node version"
6349 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6450 with :
6551 node-version : ${{ matrix.node == 18 && '18.15.0' || matrix.node }}
66- cache : ' pnpm'
6752
6853 - name : " Installing dependencies"
6954 if : steps.filter.outputs.packages == 'true' || steps.filter.outputs.tests == 'true'
You can’t perform that action at this time.
0 commit comments