Skip to content

Bump ejs from 3.1.9 to 3.1.10 in /storybook (#12) #36

Bump ejs from 3.1.9 to 3.1.10 in /storybook (#12)

Bump ejs from 3.1.9 to 3.1.10 in /storybook (#12) #36

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: npm run lint
- run: npm run typecheck
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npm test --maxWorkers=2
build-library:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npm run prepare