Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxcastillo committed Jan 31, 2024
1 parent 750b128 commit 0b05e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
with:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm

- name: Setup pnpm
uses: pnpm/action-setup@v2

- name: Install Dependencies
run: pnpm

Expand Down

0 comments on commit 0b05e37

Please sign in to comment.