Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 #4822

chore(deps): bump nanoid from 3.3.7 to 3.3.8

chore(deps): bump nanoid from 3.3.7 to 3.3.8 #4822

Workflow file for this run

name: TypeScript Lint Check
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: TypeScript Lint GitHub Action
uses: actions/setup-node@v1
with:
node-version: 22.2.0
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint