Skip to content

Commit

Permalink
ci: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadi Abu Hilal authored and Shadi Abu Hilal committed Jan 4, 2024
1 parent 13f097d commit b02b080
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
with:
node-version: '16.x'
- uses: bitovi/[email protected]
with:
install_command: npm ci
build_command: npm run build-storybook
path: storybook-static
checkout: false
with:
install_command: npm ci
build_command: npm run build-storybook
path: storybook-static
checkout: false

0 comments on commit b02b080

Please sign in to comment.