Skip to content

Commit 7ad3174

Browse files
committed
improve ci
1 parent 3add081 commit 7ad3174

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ jobs:
7777
node-version: ${{ steps.node-version.outputs.version }}
7878
cache: 'npm'
7979
- run: npm ci
80-
- run: npm install --no-save @playwright/test@${{ matrix.playwright-version }}
81-
env:
82-
npm_config_min_release_age: 0
80+
- run: npm install @playwright/test@${{ matrix.playwright-version }} --no-save --min-release-age=0
8381
- run: npx playwright install --with-deps chromium
8482
- run: |
8583
npm run test:timings

0 commit comments

Comments
 (0)