Skip to content

Commit b2618b1

Browse files
committed
ci: update install command in release workflow
1 parent 75768a7 commit b2618b1

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: 12
1919
- name: Install dependencies
20-
run: npm ci
20+
run: yarn install --frozen-lockfile
2121
- name: Release
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)