From cff780c06812a89c09acba35c011cd2d00810e57 Mon Sep 17 00:00:00 2001 From: Yaman Katby Date: Wed, 12 Apr 2023 16:09:36 +0300 Subject: [PATCH] ci: update github actions --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 9feeb5d6b..897dd75fe 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: npm i && npm run build-storybook + - run: yarn install && yarn run build-storybook - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}"