Skip to content

Commit

Permalink
fixup! chore(node:root): migrated the package manager from yarn berry…
Browse files Browse the repository at this point in the history
… to pnpm
  • Loading branch information
kurone-kito committed Jul 15, 2024
1 parent 41ebf9b commit 8d124c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- env:
HUSKY: 0
name: Install the dependencies
run: corepack up
run: pnpm install --prefer-frozen-lockfile
- name: Run the tests
run: pnpm run test
- name: Run the build
Expand Down

0 comments on commit 8d124c6

Please sign in to comment.