Skip to content

Commit 41a3e69

Browse files
committed
Fix CI install step
1 parent e1eead6 commit 41a3e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout your repository using git
2525
uses: actions/checkout@v4
2626
- name: Install dependencies
27-
run: npm run install
27+
run: npm ci
2828
- name: Build website
2929
run: npm run build
3030
- name: Deploy to Cloudflare Workers

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout your repository using git
2525
uses: actions/checkout@v4
2626
- name: Install dependencies
27-
run: npm run install
27+
run: npm ci
2828
- name: Build website
2929
run: npm run build
3030
- name: Deploy to Cloudflare Workers

0 commit comments

Comments
 (0)