Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Aug 27, 2024
1 parent 5e1ff1c commit cb3c5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ runs:
with:
node-version-file: .nvmrc

- uses: pnpm/action-setup@v4
name: Install pnpm
- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Cache dependencies
id: pnpm-cache

0 comments on commit cb3c5ed

Please sign in to comment.