Skip to content

Commit

Permalink
Update pnpm used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Aug 9, 2024
1 parent 9960a14 commit d4d5a48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 9.1.4
version: 9.7.0
run_install: false
- run: pnpm install --frozen-lockfile
- run: pnpm lint
2 changes: 1 addition & 1 deletion .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.1.4
version: 9.7.0
- name: Update Workspace Packages Version
run: |
VERSION=${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.1.4
version: 9.7.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 9.1.4
version: 9.7.0
run_install: false
- run: pnpm install --frozen-lockfile
- run: pnpm test:ci --coverage
Expand Down

0 comments on commit d4d5a48

Please sign in to comment.