Skip to content

Commit

Permalink
ci: use node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke Kan committed Mar 18, 2021
1 parent 9dfcf4d commit 4df29d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0 # 👈 Required to retrieve git history
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm i -g npm@7
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
Expand Down

0 comments on commit 4df29d6

Please sign in to comment.