File tree Expand file tree Collapse file tree 2 files changed +151
-132
lines changed
Expand file tree Collapse file tree 2 files changed +151
-132
lines changed Original file line number Diff line number Diff line change 1515 fail-fast: false
1616 matrix:
1717 pnpm:
18- - 4.11.1
18+ - 9.15.5
1919 os:
2020 - ubuntu-latest
2121 - macos-latest
2727 - name: Run the action
2828 uses: ./
2929 with:
30- version: 4.11.1
30+ version: 9.15.5
3131
3232 - name: 'Test: which'
3333 run: which pnpm; which pnpx
4444 fail-fast: false
4545 matrix:
4646 pnpm:
47- - 4.11.1
47+ - 9.15.5
4848 os:
4949 - ubuntu-latest
5050 - macos-latest
5656 - name: Run the action
5757 uses: ./
5858 with:
59- version: 4.11.1
59+ version: 9.15.5
6060 dest: ~/test/pnpm
6161
6262 - name: 'Test: which'
8888 - name: Run the action
8989 uses: ./
9090 with:
91- version: 7.0 .0
91+ version: 9.15 .0
9292 standalone: ${{ matrix.standalone }}
9393
9494 - name: install Node.js
@@ -129,7 +129,7 @@ jobs:
129129 fail-fast: false
130130 matrix:
131131 pnpm:
132- - 4.11.1
132+ - 9.15.5
133133 os:
134134 - ubuntu-latest
135135 - macos-latest
@@ -159,15 +159,14 @@ jobs:
159159 - --global-dir=./pnpm-global
160160 - npm
161161 - yarn
162- - pnpm
163162
164163 steps:
165164 - uses: actions/checkout@v4
166165
167166 - name: Run the action
168167 uses: ./
169168 with:
170- version: 4.11.1
169+ version: 9.15.5
171170 run_install: ${{ matrix.run_install.value }}
172171
173172 - name: 'Test: which'
You can’t perform that action at this time.
0 commit comments