Skip to content

Commit 016bdcc

Browse files
committed
Bug fix
1 parent 0735ca4 commit 016bdcc

File tree

5 files changed

+72127
-13677
lines changed

5 files changed

+72127
-13677
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: 15
12+
node-version: 16
1313
- name: Install dependencies
1414
run: npm install
1515
- name: Build app

.github/workflows/storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
persist-credentials: false
1313
- name: Install and Build 🔧
1414
run: | # Install npm packages and build the Storybook files
15-
npm install
16-
npm run build-storybook --force
15+
npm install --force
16+
npm run build-storybook
1717
- name: Deploy 🚀
1818
uses: JamesIves/[email protected]
1919
with:

0 commit comments

Comments
 (0)