Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
fix action again
Browse files Browse the repository at this point in the history
  • Loading branch information
luongngocminh committed Dec 13, 2023
1 parent 7fe3be1 commit ba794c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ runs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: 'Install dependencies'
run: 'pnpm ci'
run: 'pnpm i'
shell: 'bash'

0 comments on commit ba794c9

Please sign in to comment.