Skip to content

Bump nanoid from 3.3.7 to 3.3.8 (#441) #845

Bump nanoid from 3.3.7 to 3.3.8 (#441)

Bump nanoid from 3.3.7 to 3.3.8 (#441) #845

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: |
yarn install
- name: Build
run: |
yarn build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: |
yarn install
- name: Lint
run: |
yarn run lint --no-fix --max-warnings 0 --format stylish