Skip to content

Commit

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

Bump pnpm/action-setup from 2 to 3
  • Loading branch information
jihchi authored Feb 12, 2024
2 parents 11b5ec3 + 7b48b6e commit 54a2be7
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@v2
- uses: pnpm/action-setup@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 54a2be7

Please sign in to comment.