Skip to content

chore(deps): bump nanoid from 3.3.1 to 3.3.8 #1919

chore(deps): bump nanoid from 3.3.1 to 3.3.8

chore(deps): bump nanoid from 3.3.1 to 3.3.8 #1919

Workflow file for this run

name: Lint
on: [push]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 16.13.0
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: yarn
- name: Run linters
run: yarn lint