Skip to content

Bump @storybook/web-components-webpack5 from 8.5.0 to 8.5.2 in /stencil-workspace/storybook #6175

Bump @storybook/web-components-webpack5 from 8.5.0 to 8.5.2 in /stencil-workspace/storybook

Bump @storybook/web-components-webpack5 from 8.5.0 to 8.5.2 in /stencil-workspace/storybook #6175

Workflow file for this run

name: Lint, build, and test
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./stencil-workspace
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Full Build
run: npm run full