-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |