-
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
1 parent
0b5fead
commit 9d67d09
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
# Set up Node.js (using Node v20) | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '20.x' # Updated to Node.js v20 | ||
node-version: '21.x' # Updated to Node.js v20 | ||
|
||
# Install dependencies | ||
- run: npm ci | ||
|
@@ -33,6 +33,6 @@ jobs: | |
- uses: bitovi/[email protected] | ||
with: | ||
install_command: npm ci # default: npm ci | ||
build_command: npm run build-storybook # default: npm run build-storybook | ||
build_command: npm run build-npui # default: npm run build-storybook | ||
path: storybook-static # default: dist/storybook | ||
checkout: false # default: true |
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