Skip to content

Commit

Permalink
chore: upgrade CI to Node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Sep 30, 2022
1 parent 2428582 commit bf92d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
cat $FILE_PATH_BOILERPLATE_APP_VERSION_INFO
- name: Build 🏗️
run: npm run build
run: |
npm run build
npm run storybook-build
- name: Cache build ⚡
id: cache_build
Expand Down
2 changes: 1 addition & 1 deletion apps/boilerplate-app/src/modules/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const HomePage = () => {
// }

return (
<Box m={5} bgcolor="purple">
<Box m={5}>
<Typography variant="h5">Home Page</Typography>
<MontyHome
title="Home page (specific) feature"
Expand Down

0 comments on commit bf92d02

Please sign in to comment.