Skip to content

Bump nanoid from 3.3.7 to 3.3.8 #780

Bump nanoid from 3.3.7 to 3.3.8

Bump nanoid from 3.3.7 to 3.3.8 #780

Workflow file for this run

name: Lint
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.10.0 # match package.json:packageManager version.
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: pnpm spell
- run: pnpm lint
- run: pnpm format:check