Skip to content

Commit e343f01

Browse files
committed
fix: use install instead of ci
1 parent a8e7e2e commit e343f01

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
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: '20.x'
20-
- run: npm ci
20+
- run: npm i
2121
- run: npm run build --if-present
2222

2323
- name: copy compiled assets to remote

0 commit comments

Comments
 (0)