Refactor: Use npm install in workflow

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 17:15:16 +00:00
parent 12d33aaebf
commit 975c8f786c

View File

@@ -90,7 +90,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps ${{ matrix.browser }}