Skip to content

build(deps-dev): bump ws from 8.17.0 to 8.17.1 #2

build(deps-dev): bump ws from 8.17.0 to 8.17.1

build(deps-dev): bump ws from 8.17.0 to 8.17.1 #2

Workflow file for this run

---
name: 👮 CI
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- name: Lint JS
run: npx --no -- eslint src
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run build-storybook