Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

chore(deps): update dependency @storybook/react to v6.5.16 #1411

chore(deps): update dependency @storybook/react to v6.5.16

chore(deps): update dependency @storybook/react to v6.5.16 #1411

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
run: |
yarn
yarn list
env:
CI: true