Skip to content

Bump typescript from 5.6.3 to 5.7.2 #716

Bump typescript from 5.6.3 to 5.7.2

Bump typescript from 5.6.3 to 5.7.2 #716

Workflow file for this run

name: lint
on: [pull_request, workflow_dispatch]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install --production=false
- run: npm run lint