Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #1087

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #1087

Workflow file for this run

name: Lint Files
on: [push, pull_request]
jobs:
run-eslint:
name: Run ESLint and Stylelint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run ESLint and Stylelint
run: npm run lint