Skip to content

Commit 04edef1

Browse files
committed
fix: GitHub actions issues
1 parent da9432e commit 04edef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
node-version: 20
3737
cache: 'npm'
3838
- name: Install dependencies
39-
run: npm ci
39+
run: npm i
4040
- name: Build
4141
run: npm run build
4242
env:

0 commit comments

Comments
 (0)