Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 #1472

build(deps): bump nanoid from 3.3.7 to 3.3.8

build(deps): bump nanoid from 3.3.7 to 3.3.8 #1472

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: biomejs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint:check