Skip to content

Commit ad3fe07

Browse files
committed
chore: fix ci
1 parent a64d32f commit ad3fe07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
node-version: "12.x"
6565
- name: NPM install
66-
run: npm ci
66+
run: npm install
6767
- name: Release 🎉
6868
uses: cycjimmy/semantic-release-action@v2
6969
with:

0 commit comments

Comments
 (0)