Skip to content

chore: bump typescript-eslint from 8.12.0 to 8.18.1 #813

chore: bump typescript-eslint from 8.12.0 to 8.18.1

chore: bump typescript-eslint from 8.12.0 to 8.18.1 #813

Workflow file for this run

name: Build Project
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build