Skip to content

chore(deps): bump nanoid from 3.3.6 to 3.3.8 #227

chore(deps): bump nanoid from 3.3.6 to 3.3.8

chore(deps): bump nanoid from 3.3.6 to 3.3.8 #227

Workflow file for this run

name: test
on:
push:
branches-ignore:
- main
pull_request:
types: [opened, reopened]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install --force
- run: npm run lint