File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ jobs:
48
48
version : 8.10.4
49
49
run_install : false
50
50
51
- - name : Get pnpm store directory
52
- id : pnpm_store
53
- run : echo "path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
54
-
55
- - name : Setup pnpm cache
56
- uses : actions/cache@v3
57
- with :
58
- path : ${{ steps.pnpm_store.outputs.path }}
59
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
60
- restore-keys : |
61
- ${{ runner.os }}-pnpm-store-
51
+ # - name: Get pnpm store directory
52
+ # id: pnpm_store
53
+ # run: echo "path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
54
+
55
+ # - name: Setup pnpm cache
56
+ # uses: actions/cache@v3
57
+ # with:
58
+ # path: ${{ steps.pnpm_store.outputs.path }}
59
+ # key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
60
+ # restore-keys: |
61
+ # ${{ runner.os }}-pnpm-store-
62
62
63
63
- name : Install dependencies
64
64
run : pnpm install
You can’t perform that action at this time.
0 commit comments