Skip to content

Commit 2cb7aa3

Browse files
committed
Move from yarn to pnpm
1 parent 1c620b1 commit 2cb7aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
run: pnpm install
5151

5252
- name: Run linter 👀
53-
run: yarn lint
53+
run: pnpm lint
5454

5555
- name: Run tests 🧪
56-
run: yarn test
56+
run: pnpm test
5757

5858
- name: Debug 🐛
5959
run: echo GITHUB_SHA=${GITHUB_SHA}

0 commit comments

Comments
 (0)