Skip to content

build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 #33

build(deps-dev): bump handlebars from 4.7.8 to 4.7.9

build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 #33

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