File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
3434 with :
3535 fetch-depth : 0
3636
37+ - name : Setup pnpm
38+ uses : pnpm/action-setup@v5
39+ with :
40+ version : 10
41+
3742 - name : Setup Node.js
3843 uses : actions/setup-node@v6
3944 with :
4045 node-version : ' 22'
4146 cache : pnpm
4247
43- - name : Setup pnpm
44- uses : pnpm/action-setup@v5
45- with :
46- version : 10
47-
4848 - name : Install dependencies
4949 run : pnpm install --frozen-lockfile
5050
@@ -80,17 +80,17 @@ jobs:
8080 - name : Checkout
8181 uses : actions/checkout@v6
8282
83+ - name : Setup pnpm
84+ uses : pnpm/action-setup@v5
85+ with :
86+ version : 10
87+
8388 - name : Setup Node.js
8489 uses : actions/setup-node@v6
8590 with :
8691 node-version : ' 22'
8792 cache : pnpm
8893
89- - name : Setup pnpm
90- uses : pnpm/action-setup@v5
91- with :
92- version : 10
93-
9494 - name : Install dependencies
9595 run : pnpm install --frozen-lockfile
9696
You can’t perform that action at this time.
0 commit comments