File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,10 @@ jobs:
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
22
- - name : Setup target Node.js to enable Corepack
23
- uses : actions/setup-node@v4
24
- with :
25
- node-version : ${{ matrix.node }}
26
- cache : ' pnpm'
27
-
28
- - name : Enable Corepack
29
- run : corepack enable
22
+ - name : Install pnpm
23
+ uses : pnpm/action-setup@v4
30
24
31
- - name : Setup Node.js ${{ matrix.node }} with cache
25
+ - name : Setup Node.js
32
26
uses : actions/setup-node@v4
33
27
with :
34
28
node-version : ${{ matrix.node }}
Original file line number Diff line number Diff line change @@ -24,11 +24,14 @@ jobs:
24
24
- name : Enable Corepack
25
25
run : corepack enable
26
26
27
- - name : Setup Node.js LTS
27
+ - name : Install pnpm
28
+ uses : pnpm/action-setup@v4
29
+
30
+ - name : Setup Node.js
28
31
uses : actions/setup-node@v4
29
32
with :
30
33
node-version : ${{ matrix.node-version }}
31
- cache : ' pnpm'
34
+ cache : pnpm
32
35
33
36
- name : Install Dependencies
34
37
run : pnpm install
You can’t perform that action at this time.
0 commit comments