File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -10,26 +10,16 @@ jobs:
1010 steps :
1111 - name : Checkout
1212 uses : actions/checkout@v5
13- - name : Setup node
14- uses : actions/setup-node@v5
15- with :
16- node-version-file : .nvmrc
1713 - name : Setup pnpm
1814 uses : pnpm/action-setup@v4
1915 with :
2016 version : 9.11.0
2117 run_install : false
22- - name : Get pnpm store directory
23- shell : bash
24- run : |
25- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
26- - name : Setup pnpm cache
27- uses : actions/cache@v4
18+ - name : Setup node
19+ uses : actions/setup-node@v5
2820 with :
29- path : ${{ env.STORE_PATH }}
30- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
31- restore-keys : |
32- ${{ runner.os }}-pnpm-store-
21+ node-version-file : .nvmrc
22+ cache : ' pnpm'
3323 - run : |
3424 pnpm install
3525 pnpm lint
You can’t perform that action at this time.
0 commit comments