Skip to content

build(deps): bump eslint from 8.57.0 to 9.0.0 #329

build(deps): bump eslint from 8.57.0 to 9.0.0

build(deps): bump eslint from 8.57.0 to 9.0.0 #329

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: ⬣ ESLint
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: ./package.json
node-version: 18
- name: 📥 Install deps
run: npm install
- name: 🔬 Lint
run: npm run lint
typecheck:
name: ʦ TypeScript
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: ./package.json
node-version: 18
- name: 📥 Install deps
run: npm install
- name: 🔎 Type check
run: npm run typecheck --if-present