Skip to content

Commit 0e57588

Browse files
committed
chore(workflows): switch npm to yarn in deploy.yml
1 parent d197094 commit 0e57588

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
- name: Install dependencies
2525
working-directory: csssr_images
26-
run: npm ci
26+
run: yarn install --frozen-lockfile
2727

2828
- name: Build
2929
working-directory: csssr_images
30-
run: npm run build-example
30+
run: yarn run build-example
3131
env:
3232
HOST: http://master.csssr-images.csssr.cloud
3333
IMGPROXY_HOST: https://images.csssr.com

0 commit comments

Comments
 (0)