Skip to content

Commit fc57354

Browse files
committed
ci: use npm install to fix test deployment
1 parent ff3201c commit fc57354

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
cache: npm
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm install
2525
- name: Test build website
26-
run: npm run build
26+
run: npm run build

0 commit comments

Comments
 (0)