Skip to content

Commit

Permalink
chore: remove redundant pnpm version in ci (#8039)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 6, 2022
1 parent 95eb45b commit c7eeb8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -47,8 +47,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -85,8 +83,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6

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

0 comments on commit c7eeb8d

Please sign in to comment.