Skip to content

Commit

Permalink
fix: rename Install dependencies step in jest test CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiofrittoli committed Dec 27, 2024
1 parent ee1f485 commit 7578f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 20.x

- name: Install deps and run tests
- name: Install dependencies
run: |
npm install -g pnpm@latest
pnpm i
Expand Down

0 comments on commit 7578f23

Please sign in to comment.