Skip to content

Commit

Permalink
Update pnpm action-setup to v4 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 committed May 26, 2024
1 parent 21a5c05 commit e4dfcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit e4dfcb3

Please sign in to comment.