File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 55 "changelog" : [
66 " ./changelog-formatter.js" ,
77 {
8- "repo" : " BeeeQueue/sizer "
8+ "repo" : " BeeeQueue/esbuild-cf-functions-plugin "
99 }
1010 ]
1111}
Original file line number Diff line number Diff line change @@ -26,12 +26,16 @@ jobs:
2626
2727 - run : corepack enable
2828
29+ - name : find pnpm cache path
30+ id : cache
31+ run : echo "::set-output name=path::$(pnpm store path)"
32+
2933 - uses : actions/cache@v3
3034 with :
31- path : ~/.pnpm-store
32- key : v1-${{ runner.os }}- pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
35+ path : ${{ steps.cache.outputs.path }}
36+ key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
3337 restore-keys : |
34- v1-${{ runner.os }}- pnpm-
38+ v1-pnpm-
3539
3640 - name : Install dependencies
3741 run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments