File tree Expand file tree Collapse file tree 2 files changed +3
-42286
lines changed
Expand file tree Collapse file tree 2 files changed +3
-42286
lines changed Original file line number Diff line number Diff line change @@ -10,33 +10,13 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Setup node
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : 20
19-
20- - name : Install pnpm
21- id : pnpm-install
22- uses : pnpm/action-setup@v2
23- with :
24- version : 8
25- run_install : false
26-
27- - name : Get pnpm store directory
28- id : pnpm-cache
29- shell : bash
30- run : |
31- echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
32-
33- - uses : actions/cache@v3
34- name : Setup pnpm cache
35- with :
36- path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
37- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
38- restore-keys : |
39- ${{ runner.os }}-pnpm-store-
18+ node-version : 22
19+ cache : ' pnpm'
4020
4121 - name : Install dependencies and build
4222 run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments