Skip to content

Commit fff7088

Browse files
committed
test: update pnpm to v9
1 parent 6e3017a commit fff7088

File tree

2 files changed

+151
-133
lines changed

2 files changed

+151
-133
lines changed

.github/workflows/test.yaml

+7-9
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
pnpm:
18-
- 4.11.1
18+
- 9.15.5
1919
os:
2020
- ubuntu-latest
2121
- macos-latest
@@ -27,7 +27,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
pnpm:
47-
- 4.11.1
47+
- 9.15.5
4848
os:
4949
- ubuntu-latest
5050
- macos-latest
@@ -56,7 +56,7 @@ jobs:
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'
@@ -88,7 +88,7 @@ jobs:
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
@@ -149,7 +149,6 @@ jobs:
149149
- --global-dir=./pnpm-global
150150
- npm
151151
- yarn
152-
- pnpm
153152
- name: 'array'
154153
value: |
155154
- {}
@@ -159,15 +158,14 @@ jobs:
159158
- --global-dir=./pnpm-global
160159
- npm
161160
- yarn
162-
- pnpm
163161
164162
steps:
165163
- uses: actions/checkout@v4
166164

167165
- name: Run the action
168166
uses: ./
169167
with:
170-
version: 4.11.1
168+
version: 9.15.5
171169
run_install: ${{ matrix.run_install.value }}
172170

173171
- name: 'Test: which'

0 commit comments

Comments
 (0)