Skip to content

Commit

Permalink
Set Node to v16 for Storybook deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensgroeneveld committed Mar 23, 2023
1 parent be2fa28 commit c61461e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: .node-version
node-version: 16 # Build storybook errors out on Node >18, see https://stackoverflow.com/a/69699772
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

Expand All @@ -37,8 +37,6 @@ jobs:

- name: Build Storybook
run: pnpm build-storybook
env:
NODE_OPTIONS: --openssl-legacy-provider # https://stackoverflow.com/a/69699772

- name: Deploy
id: builddeploy
Expand Down

0 comments on commit c61461e

Please sign in to comment.