Skip to content

Commit 7c9fd64

Browse files
committed
dont use npm ci
1 parent 66d1c37 commit 7c9fd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: 14
18-
- run: npm ci
18+
- run: npm i
1919

2020
publish-npm:
2121
needs: build

0 commit comments

Comments
 (0)