File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - uses : pnpm/action-setup@v4
3434 with :
3535 package_json_file : " frontend/package.json"
36+ dest : ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
3637 cache : " pnpm"
3738 cache-dependency-path : " frontend/pnpm-lock.yaml"
3839 - run : make lint-frontend
6667 - uses : pnpm/action-setup@v4
6768 with :
6869 package_json_file : " frontend/package.json"
70+ dest : ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
6971 cache : " pnpm"
7072 cache-dependency-path : " frontend/pnpm-lock.yaml"
7173 - run : make test-frontend
98100 - uses : pnpm/action-setup@v4
99101 with :
100102 package_json_file : " frontend/package.json"
103+ dest : ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
101104 cache : " pnpm"
102105 cache-dependency-path : " frontend/pnpm-lock.yaml"
103106 - run : make build-frontend
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ jobs:
100100 - uses : pnpm/action-setup@v4
101101 with :
102102 package_json_file : " frontend/package.json"
103+ dest : ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
103104 cache : " pnpm"
104105 cache-dependency-path : " frontend/pnpm-lock.yaml"
105106
You can’t perform that action at this time.
0 commit comments