diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml
index 752a0eab11..1a28343081 100644
--- a/.github/workflows/storybook.yml
+++ b/.github/workflows/storybook.yml
@@ -17,8 +17,8 @@ jobs:
     
       - name: Install and Build 🔧
         run: | # Install npm packages and build the Storybook files
-          npm ci
-          npm run build-storybook
+          yarn install --frozen-lockfile
+          yarn build-storybook
 
       - name: Deploy 🚀
         # https://github.com/JamesIves/github-pages-deploy-action