Skip to content

Commit 867eeb6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '22'
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: npm ci --ignore-scripts
2323

2424
- name: Run Vitest
2525
run: npx vitest run

0 commit comments

Comments
 (0)