Skip to content

Commit 9903d02

Browse files
b3008claude
andcommitted
Fix workflow: use npm install (no lockfile present)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 237e1b6 commit 9903d02

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: 20
28-
cache: yarn
2928

30-
- run: yarn install --frozen-lockfile
29+
- run: npm install
3130

3231
- run: npm run build-storybook
3332

0 commit comments

Comments
 (0)