Skip to content

chore(deps): bump nanoid from 3.3.4 to 3.3.8 #67

chore(deps): bump nanoid from 3.3.4 to 3.3.8

chore(deps): bump nanoid from 3.3.4 to 3.3.8 #67

Workflow file for this run

name: ESLint check
on: pull_request
jobs:
main:
name: ESLint check
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Check ESLint
run: yarn lint