File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -76,20 +76,21 @@ jobs:
76
76
with :
77
77
version : 8
78
78
run_install : false
79
+
79
80
- name : Get pnpm store directory
80
81
shell : bash
81
82
run : |
82
83
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
83
84
84
- - name : Cache node_modules
85
- id : cache-node-modules
86
- uses : actions/cache@v3
87
- env :
88
- cache-name : cache-codecov-js-bundle-plugin-node-modules
89
- with :
90
- path : ${{ env.STORE_PATH }}
91
- key : ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
92
- restore-keys : |
85
+ - name : Cache node_modules
86
+ id : cache-node-modules
87
+ uses : actions/cache@v3
88
+ env :
89
+ cache-name : cache-codecov-js-bundle-plugin-node-modules
90
+ with :
91
+ path : ${{ env.STORE_PATH }}
92
+ key : ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
93
+ restore-keys : |
93
94
${{ runner.os }}-${{ env.cache-name }}-
94
95
95
96
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments