Skip to content

Bump typescript from 5.2.2 to 5.3.2 #1498

Bump typescript from 5.2.2 to 5.3.2

Bump typescript from 5.2.2 to 5.3.2 #1498

Workflow file for this run

name: ESLint & Prettier
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint code
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm run lint