Skip to content

Commit

Permalink
Move to pnpm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 3, 2023
1 parent 2ea51d5 commit 1c267bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1c267bf

Please sign in to comment.