Skip to content

Commit

Permalink
test: update pnpm to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 6, 2025
1 parent 0cb0538 commit 2f7e46b
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 132 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
pnpm:
- 4.11.1
- 9.15.5
os:
- ubuntu-latest
- macos-latest
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Run the action
uses: ./
with:
version: 4.11.1
version: 9.15.5

- name: 'Test: which'
run: which pnpm; which pnpx
Expand All @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
pnpm:
- 4.11.1
- 9.15.5
os:
- ubuntu-latest
- macos-latest
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Run the action
uses: ./
with:
version: 4.11.1
version: 9.15.5
dest: ~/test/pnpm

- name: 'Test: which'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Run the action
uses: ./
with:
version: 7.0.0
version: 9.15.0
standalone: ${{ matrix.standalone }}

- name: install Node.js
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
fail-fast: false
matrix:
pnpm:
- 4.11.1
- 9.15.5
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -159,15 +159,14 @@ jobs:
- --global-dir=./pnpm-global
- npm
- yarn
- pnpm
steps:
- uses: actions/checkout@v4

- name: Run the action
uses: ./
with:
version: 4.11.1
version: 9.15.5
run_install: ${{ matrix.run_install.value }}

- name: 'Test: which'
Expand Down
268 changes: 144 additions & 124 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f7e46b

Please sign in to comment.