Skip to content

Commit

Permalink
chore: update CI pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Jun 28, 2024
1 parent d4c8f5f commit f382359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: ^7.15.0
version: 9.4.0

- name: Use Node.js ${{ matrix.node-version }}
uses: buildjet/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: ^7.15.0
version: 9.4.0

- name: Use Node.js ${{ matrix.node-version }}
uses: buildjet/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: ^7.15.0
version: 9.4.0

- name: Use Node.js ${{ matrix.node-version }}
uses: buildjet/setup-node@v3
Expand Down

0 comments on commit f382359

Please sign in to comment.