Skip to content

Commit

Permalink
Merge pull request #352 from jihchi/dependabot/github_actions/pnpm/ac…
Browse files Browse the repository at this point in the history
…tion-setup-4

Bump pnpm/action-setup from 3 to 4
  • Loading branch information
jihchi authored May 13, 2024
2 parents 3ba7044 + d24c470 commit 969bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 969bf21

Please sign in to comment.