Skip to content

Commit fa4c268

Browse files
committed
fix(security): run npm ci with --ignore-scripts to avoid malicious scripts
1 parent 867eeb6 commit fa4c268

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: '22'
1919

2020
- name: Install dependencies
21-
run: npm ci
21+
run: npm ci --ignore-scripts
2222

2323
- name: Run Vitest
2424
run: npx vitest run
@@ -36,4 +36,4 @@ jobs:
3636
name: playwright-traces
3737
path: playwright-report/**/trace.zip
3838

39-
39+

0 commit comments

Comments
 (0)