Skip to content

Commit f724396

Browse files
committed
ci: update npm to yarn in publish workflow
- Update workflow step name from "Update npm" to "Update yarn" - Aligns with recent migration from npm to yarn package manager - Ensures consistency across CI/CD pipeline configuration
1 parent b22675e commit f724396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
registry-url: 'https://registry.npmjs.org'
5252
scope: \@${{ github.repository_owner }}
5353

54-
- name: Update npm
54+
- name: Update yarn
5555
run: npm install --global yarn
5656

5757
- name: Install dependencies

0 commit comments

Comments
 (0)