Skip to content

Commit

Permalink
Move from yarn to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Oct 14, 2024
1 parent 1c620b1 commit 2cb7aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
run: pnpm install

- name: Run linter 👀
run: yarn lint
run: pnpm lint

- name: Run tests 🧪
run: yarn test
run: pnpm test

- name: Debug 🐛
run: echo GITHUB_SHA=${GITHUB_SHA}
Expand Down

0 comments on commit 2cb7aa3

Please sign in to comment.