Skip to content

Commit 42dfb71

Browse files
committed
ci: fixed CI install step to use yarn instead of npm
1 parent e82c7b6 commit 42dfb71

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
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 'lts/*'
1919
- name: Install dependencies
20-
run: npm ci
20+
run: yarn
2121
- name: Release
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)