Skip to content

Commit e6e2f12

Browse files
committed
chore: fix typo in workflow
1 parent fd03fc6 commit e6e2f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

2121
- name: Install dependencies
22-
run: run: rm -f package-lock.json && npm install
22+
run: rm -f package-lock.json && npm install
2323

2424
- name: Run tests
2525
run: npm run test

0 commit comments

Comments
 (0)