Skip to content

Commit 6fd0232

Browse files
Fix npm command in GitHub Actions workflow
1 parent f4b336b commit 6fd0232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 22
2121
- name: npm install
22-
run: npm install
22+
run: npm it
2323
- name: Install Playwright browsers
2424
run: npx playwright install --with-deps chromium
2525
env:

0 commit comments

Comments
 (0)