Skip to content

Commit

Permalink
ci: install the standalone version of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 19, 2023
1 parent 1376eb0 commit 280abc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Checkout Commit
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: next-8
run: curl -fsSL https://get.pnpm.io/install.sh | SHELL="$(which bash)" sh -
shell: bash
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 280abc6

Please sign in to comment.