Skip to content

build(deps-dev): Bump eslint-plugin-n from 17.2.1 to 17.3.1 #1178

build(deps-dev): Bump eslint-plugin-n from 17.2.1 to 17.3.1

build(deps-dev): Bump eslint-plugin-n from 17.2.1 to 17.3.1 #1178

Workflow file for this run

name: Continuous Integration
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Type check
run: npm run typecheck