Skip to content

Commit b3217ba

Browse files
committed
fix: use npm install in CI for lock file compatibility
1 parent cae38e6 commit b3217ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 22
2626
cache: npm
2727

28-
- run: npm ci
28+
- run: npm install
2929

3030
- name: Remove API route (not needed for static export)
3131
run: rm -rf src/app/api

0 commit comments

Comments
 (0)