Skip to content

Commit 0079ead

Browse files
committed
ci: re-enforce npx security when installing playwright
chore: remove sfw
1 parent ba6558f commit 0079ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build
3434
- name: Install Playwright browsers
3535
if: matrix.os == 'ubuntu-latest'
36-
run: npx playwright install --with-deps
36+
run: npx --no --offline playwright install --with-deps
3737
- name: Run tests
3838
run: npm run coverage
3939
- name: Run e2e tests

0 commit comments

Comments
 (0)