File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@v3
1717
18- - name : Setup Node
19- uses : actions/setup-node@v3
20- with :
21- node-version : ${{ matrix.node-version }}
22- cache : ' pnpm'
23-
2418 - uses : pnpm/action-setup@v2
2519 name : Install pnpm
2620 id : pnpm-install
2721 with :
2822 version : ' latest'
2923 run_install : false
3024
25+ - name : Setup Node
26+ uses : actions/setup-node@v3
27+ with :
28+ node-version : ${{ matrix.node-version }}
29+ cache : ' pnpm'
30+
3131 - name : Get pnpm store directory
3232 id : pnpm-cache
3333 shell : bash
Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
2424 steps :
2525 - uses : actions/checkout@v3
2626
27- - name : Setup Node
28- uses : actions/setup-node@v3
29- with :
30- node-version : ${{ matrix.node-version }}
31- cache : ' pnpm'
32-
3327 - uses : pnpm/action-setup@v2
3428 name : Install pnpm
3529 id : pnpm-install
3630 with :
3731 version : ' latest'
3832 run_install : false
33+
34+ - name : Setup Node
35+ uses : actions/setup-node@v3
36+ with :
37+ node-version : ${{ matrix.node-version }}
38+ cache : ' pnpm'
3939
4040 - name : Get pnpm store directory
4141 id : pnpm-cache
You can’t perform that action at this time.
0 commit comments