chore(nx/ci): set up pnpm install

This commit is contained in:
Elian Doran
2025-04-27 09:41:43 +03:00
parent 76a6decf65
commit 9f5d23349d
4 changed files with 8 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ jobs:
cache: "npm"
- name: Install npm dependencies
run: npm ci
run: pnpm install --frozen-lockfile
- name: Install Playwright Browsers
run: npx playwright install --with-deps
@@ -134,7 +134,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
run: pnpm install --frozen-lockfile
- name: Update build info
run: npm run chore:update-build-info