Skip to content

Commit

Permalink
chore: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Aug 5, 2023
1 parent 24317b3 commit 9f4c129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.js.yml
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- name: Install dependencies 📦
run: yarn install --frozen-lockfile
- name: Download nw-data 📥
Expand All @@ -31,5 +30,6 @@ jobs:
needs: prepare

steps:
- uses: actions/checkout@v3
- name: Build Storybook
run: yarn storybook:build

0 comments on commit 9f4c129

Please sign in to comment.