Skip to content

Bump nanoid from 3.3.7 to 3.3.8 #51

Bump nanoid from 3.3.7 to 3.3.8

Bump nanoid from 3.3.7 to 3.3.8 #51

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install Dependencies
shell: bash
run: npm ci
- name: Run lint
shell: bash
run: npm run lint