Skip to content

Commit

Permalink
feat(ci): switch from npm to pnpm for dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolongol committed Jan 31, 2025
1 parent f52666f commit ac89612
Show file tree
Hide file tree
Showing 3 changed files with 18,955 additions and 30,805 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 20
cache: 'npm'

- run: npm ci --legacy-peer-deps
- run: pnpm install --frozen-lockfile
- run: npx playwright install --with-deps
- uses: nrwl/nx-set-shas@v4

Expand Down
Loading

0 comments on commit ac89612

Please sign in to comment.