Skip to content

Commit

Permalink
Fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv committed Jul 13, 2023
1 parent 4cbadd7 commit b26d6a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v3.6.0
with:
node-version: '16'
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b26d6a1

Please sign in to comment.