Skip to content

Commit 09bd64b

Browse files
committed
Updated github workflow
1 parent 984523b commit 09bd64b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Node.js
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: 12
12+
node-version: 15
1313
- name: Install dependencies
1414
run: npm install
1515
- name: Build app

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install and Build 🔧
1414
run: | # Install npm packages and build the Storybook files
1515
npm install
16-
npm run build-storybook
16+
npm run build-storybook --force
1717
- name: Deploy 🚀
1818
uses: JamesIves/[email protected]
1919
with:

src/UsageBar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const items = [
1111
{
1212
name: "UI",
1313
value: 10,
14-
color: "#E85D04",
14+
color: "#E75D04",
1515
},
1616
{
1717
name: "Photos",

0 commit comments

Comments
 (0)