Skip to content

Commit

Permalink
chore: 🤖 format
Browse files Browse the repository at this point in the history
  • Loading branch information
DhariniJeeva committed May 16, 2024
1 parent c394cbd commit 0d93db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monorepo-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
*/node_modules
key: node_modules-${{runner.os}}-${{hashFiles('**/yarn.lock')}}-v2
- name: Install dependencies
run: CI=true pnpm i --frozen-lockfile
run: CI=true yarn i --frozen-lockfile

# - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
# id: node-modules-cache
Expand Down

0 comments on commit 0d93db8

Please sign in to comment.