diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 9fc436f..216ecee 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -26,7 +26,7 @@ jobs: # Set up Node - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' #👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.1 @@ -34,4 +34,4 @@ jobs: install_command: yarn install # default: npm ci build_command: yarn build-storybook # default: npm run build-storybook path: storybook-static # default: dist/storybook - checkout: false # default: true \ No newline at end of file + checkout: false # default: true