Skip to content

Commit 6154409

Browse files
committed
Fix npm install in GitHub Actions workflow
1 parent 8fea18e commit 6154409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Install dependencies
157157
run: |
158158
cd pathik-js
159-
npm ci
159+
npm install
160160
161161
- name: Publish to npm
162162
run: |

0 commit comments

Comments
 (0)