Skip to content

Commit 1d7affe

Browse files
committed
ci: using npm in ci jobs too
1 parent abb3d18 commit 1d7affe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install
2323
run: |
24-
yarn --frozen-lockfile
24+
npm ci
2525
2626
- name: Deploy
2727
uses: amondnet/vercel-action@v20

0 commit comments

Comments
 (0)