Skip to content

Commit e1c104b

Browse files
authored
Merge pull request #6 from EntglDb/copilot/fix-npm-client-install-command
fix: use `npm install` instead of `npm ci` in release workflow
2 parents 7480f74 + fd60ad3 commit e1c104b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246

247247
- name: Install dependencies
248248
working-directory: src/BLite.Client.TypeScript
249-
run: npm ci
249+
run: npm install
250250

251251
- name: Set version
252252
working-directory: src/BLite.Client.TypeScript

0 commit comments

Comments
 (0)