Skip to content

Commit

Permalink
Use node 12 for GH actions
Browse files Browse the repository at this point in the history
Node 13 has issues with Storybook storybookjs/storybook#10477
  • Loading branch information
tyom committed Jul 20, 2020
1 parent f38033f commit be3bba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12'

- name: Get yarn cache
id: yarn-cache
Expand Down

0 comments on commit be3bba0

Please sign in to comment.