Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

build(deps-dev): Bump @storybook/react-vite from 7.0.0-rc.1 to 7.0.20 #956

build(deps-dev): Bump @storybook/react-vite from 7.0.0-rc.1 to 7.0.20

build(deps-dev): Bump @storybook/react-vite from 7.0.0-rc.1 to 7.0.20 #956

Workflow file for this run

name: lint
on:
push:
branches:
- "main"
pull_request:
jobs:
test:
name: "node ${{ matrix.node }} ${{ matrix.os }} "
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
with:
fetch-depth: 1
- run: npm ci --force
- run: npm run lint