File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 - name : Install
4141 run : pnpm install
4242 - name : Cache .pnpm-store
43- uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
43+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
4444 with :
4545 path : ~/.pnpm-store
4646 key : pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
4949 - name : build
5050 run : pnpm build
5151 - name : Cache tools
52- uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
52+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
5353 id : cache-tools
5454 with :
5555 path : ./tools/
7474 run : corepack enable
7575 - name : pnpm enable
7676 run : corepack prepare pnpm@latest-8 --activate
77- - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
77+ - uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
7878 with :
7979 path : ~/.pnpm-store
8080 key : pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
8585 run : npm config set registry https://rg.verdaccio.org
8686 - name : Install
8787 run : pnpm install --frozen-lockfile
88- - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
88+ - uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
8989 with :
9090 path : ./tools/
9191 key : pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments