Skip to content

Commit

Permalink
actions: pnpm version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darseen committed Aug 17, 2024
1 parent 0870156 commit c2e61db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Set up Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit c2e61db

Please sign in to comment.