Skip to content

Update to ESLint 9.11 and typescript-eslint 8.11 #230

Update to ESLint 9.11 and typescript-eslint 8.11

Update to ESLint 9.11 and typescript-eslint 8.11 #230

Workflow file for this run

name: CI Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.0
- name: Install dependencies
run: pnpm install
- name: Run Tests
run: pnpm run cover