Skip to content

build(deps-dev): bump @storybook/react from 6.4.22 to 7.0.25 #1304

build(deps-dev): bump @storybook/react from 6.4.22 to 7.0.25

build(deps-dev): bump @storybook/react from 6.4.22 to 7.0.25 #1304

Workflow file for this run

name: CI
on: push
jobs:
Build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v2
- run: yarn install
- run: yarn test
env:
NODE_ICU_DATA: node_modules/full-icu
- run: yarn compile
All:
runs-on: ubuntu-latest
needs:
- Build
steps:
- run: echo ok