Skip to content

Commit

Permalink
chore: fix pnpm setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Mar 21, 2024
1 parent 7a3922b commit 3bcd415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@main

- name: (env) setup pnpm
uses: pnpm/action-setup@main
uses: pnpm/action-setup@v3.0.0
with:
version: 8.15.5

Expand Down

0 comments on commit 3bcd415

Please sign in to comment.