Skip to content

Commit 1605667

Browse files
committed
test: update pnpm to v9
1 parent 0cb0538 commit 1605667

File tree

2 files changed

+151
-131
lines changed

2 files changed

+151
-131
lines changed

.github/workflows/test.yaml

+7-7
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
@@ -167,7 +167,7 @@ jobs:
167167
- name: Run the action
168168
uses: ./
169169
with:
170-
version: 4.11.1
170+
version: 9.15.5
171171
run_install: ${{ matrix.run_install.value }}
172172

173173
- name: 'Test: which'

pnpm-lock.yaml

+144-124
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)