Skip to content

Bump nanoid from 3.3.6 to 3.3.8 #268

Bump nanoid from 3.3.6 to 3.3.8

Bump nanoid from 3.3.6 to 3.3.8 #268

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
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 lint