Skip to content

Commit

Permalink
fix install in test
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 1, 2024
1 parent 4ef987a commit afc309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: "18"
cache: "pnpm"
- name: Pnpm install
run: pnpm--frozen-lockfile
run: pnpm install
- name: Lint
run: pnpm lint

Expand Down

0 comments on commit afc309d

Please sign in to comment.