Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Bump nanoid from 3.3.7 to 3.3.8 #348

Bump nanoid from 3.3.7 to 3.3.8

Bump nanoid from 3.3.7 to 3.3.8 #348

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm run setup
- run: npm run lint