Skip to content

Commit 1724a93

Browse files
committed
try install
1 parent f2e0a6a commit 1724a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: "npm"
2929

3030
- name: Install Dependencies
31-
run: npm ci
31+
run: npm install
3232

3333
- name: Unit Test
3434
run: npm run test

0 commit comments

Comments
 (0)