Skip to content

Commit

Permalink
fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln committed Feb 13, 2025
1 parent 1ed2c9e commit 1dd8d92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
version: 9.3.0

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
version: 9.3.0

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
version: 9.3.0

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
version: 9.3.0

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 1dd8d92

Please sign in to comment.