Skip to content

Commit

Permalink
ci: fix pnpm action version
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 27, 2022
1 parent e3bc21f commit 830454a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v2

- name: Set node version to 16
uses: actions/setup-node@v3
Expand Down

0 comments on commit 830454a

Please sign in to comment.