Skip to content

Commit 131f2ed

Browse files
committed
feat(deploy.yml): add npm ci command to workflow to ensure consistent dependency installation
1 parent ab8955a commit 131f2ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
name: Deploy
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Install dependencies
15+
run: npm ci
1416
- name: Deploy
1517
uses: cloudflare/wrangler-action@v3
1618
with:

0 commit comments

Comments
 (0)