File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
1212 - name : Checkout
1313 uses : actions/checkout@v4
1414
15- - name : Setup Node.js
16- uses : actions/setup-node@v4
15+ - uses : pnpm/action-setup@v4
16+ name : Install pnpm
1717 with :
18- node-version : ' 20'
19- cache : ' pnpm'
18+ version : 10
2019
21- - name : Setup pnpm
22- uses : pnpm/action- setup@v3
20+ - name : Install Node.js
21+ uses : actions/ setup-node@v4
2322 with :
24- version : 10
23+ node-version : 20
24+ cache : ' pnpm'
2525
2626 - name : Install dependencies
2727 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 1515 - name : Checkout
1616 uses : actions/checkout@v4
1717
18+ - uses : pnpm/action-setup@v4
19+ name : Install pnpm
20+ with :
21+ version : 10
22+
1823 - name : Setup Node.js
1924 uses : actions/setup-node@v4
2025 with :
You can’t perform that action at this time.
0 commit comments