File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -26,30 +26,17 @@ jobs:
2626 - name : Checkout
2727 uses : actions/checkout@v4
2828
29- - name : Setup Node.js
30- uses : actions/setup-node@v4
31- with :
32- node-version : ' 18'
33- cache : ' npm'
34-
3529 - name : Setup pnpm
3630 uses : pnpm/action-setup@v2
3731 with :
3832 version : 8
3933
40- - name : Get pnpm store directory
41- shell : bash
42- run : |
43- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
44-
45- - name : Setup pnpm cache
46- uses : actions/cache@v3
34+ - name : Setup Node.js
35+ uses : actions/setup-node@v4
4736 with :
48- path : ${{ env.STORE_PATH }}
49- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
50- restore-keys : |
51- ${{ runner.os }}-pnpm-store-
52-
37+ node-version : ' 18'
38+ cache : ' pnpm'
39+
5340 - name : Install dependencies
5441 run : pnpm install --frozen-lockfile
5542
You can’t perform that action at this time.
0 commit comments