Skip to content

Commit

Permalink
fix: wip github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Apr 18, 2024
1 parent 7bc4516 commit 41585f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: setup pnpm
uses: pnpm/action-setup@v2
with:
run_install: false

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

0 comments on commit 41585f1

Please sign in to comment.