Skip to content

Commit

Permalink
Fix release file
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik committed Mar 11, 2024
1 parent e68d8ee commit fa7ca10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
node-version: 18.x

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Install packages
run: pnpm i

Expand Down

0 comments on commit fa7ca10

Please sign in to comment.