Skip to content

Bump nanoid from 3.3.7 to 3.3.8 #731

Bump nanoid from 3.3.7 to 3.3.8

Bump nanoid from 3.3.7 to 3.3.8 #731

Workflow file for this run

name: lint
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- name: Install Dependency
run: yarn --frozen-lockfile
- name: lint
run: yarn lint