Skip to content

Commit

Permalink
Fix pnpm config
Browse files Browse the repository at this point in the history
  • Loading branch information
turiyadev committed Oct 28, 2023
1 parent 8160929 commit 6981c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@2
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@2
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 6981c6b

Please sign in to comment.