File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v5
16- - name : Use Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v5
18- with :
19- node-version : ${{ matrix.node-version }}
2016 - name : Install pnpm
2117 uses : pnpm/action-setup@v4
2218 with :
2319 version : 10
20+ - name : Use Node.js ${{ matrix.node-version }}
21+ uses : actions/setup-node@v5
22+ with :
23+ node-version : ${{ matrix.node-version }}
2424
2525 - name : Install dependencies
2626 run : pnpm install
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
2222 with :
2323 fetch-depth : 0
2424
25- - name : Setup Node.js
26- uses : actions/setup-node@v5
27- with :
28- node-version : ' lts/*'
29-
3025 - name : Install pnpm
3126 uses : pnpm/action-setup@v4
3227 with :
3328 version : 10
3429
30+ - name : Setup Node.js
31+ uses : actions/setup-node@v5
32+ with :
33+ node-version : ' lts/*'
34+
3535 - name : Install dependencies
3636 run : pnpm install
3737
You can’t perform that action at this time.
0 commit comments