Skip to content

Update typescript-eslint monorepo to v8.18.0 #2317

Update typescript-eslint monorepo to v8.18.0

Update typescript-eslint monorepo to v8.18.0 #2317

Workflow file for this run

name: Node.js CI
on: [push, workflow_dispatch]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: pnpm install
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
- name: build
run: pnpm run build
- name: test
run: pnpm run test
env:
CI: true
# for jest
FORCE_COLOR: true