Skip to content

Bump typescript from 5.4.2 to 5.7.3 #1439

Bump typescript from 5.4.2 to 5.7.3

Bump typescript from 5.4.2 to 5.7.3 #1439

Workflow file for this run

name: ESLint
on: [ push, pull_request, workflow_dispatch ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
- name: Run ESLint
run: npm run lint