Skip to content

fix(deps): update dependency nanoid to v5 #150

fix(deps): update dependency nanoid to v5

fix(deps): update dependency nanoid to v5 #150

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
- "!main"
workflow_call: null
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run eslint
- run: npm run prettier