Skip to content

Commit 56cdeb4

Browse files
committed
fix: change package manager to pnpm in CI
1 parent 760aff1 commit 56cdeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
version: 8
2727
- name: Install dependencies
28-
run: pnpm ci
28+
run: pnpm install --frozen-lockfile
2929
- name: Run Linters
3030
run: pnpm run lint
3131
- name: Run Unit Tests

0 commit comments

Comments
 (0)