Skip to content

Commit c2d5873

Browse files
change npm ci to npm install for templates
1 parent 1b95e71 commit c2d5873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-templates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
- name: Install dependencies (vite template)
2525
working-directory: templates/vite
26-
run: npm ci
26+
run: npm install
2727

2828
- name: Install dependencies (starter template)
2929
working-directory: templates/starter
30-
run: npm ci
30+
run: npm install
3131

3232
- name: Install Playwright browsers
3333
working-directory: tests

0 commit comments

Comments
 (0)