Skip to content

Commit f3ec3e5

Browse files
ci(deploy): fix test deploy (#214)
1 parent 0a41917 commit f3ec3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-env-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626

2727
- name: Install
28-
uses: npm ci
28+
run: npm ci
2929

3030
- name: Build client
3131
run: npm run build

0 commit comments

Comments
 (0)