Skip to content

Commit cb8ea71

Browse files
committed
replace npm with yarn
1 parent 219fbbe commit cb8ea71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 'lts/*'
2727

2828
- name: Install dependencies
29-
run: npm ci
29+
run: yarn install --frozen-lockfile
3030

3131
- name: Log in to the Container registry
3232
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # v2.0.0

0 commit comments

Comments
 (0)