Skip to content

Bump typescript from 4.9.5 to 5.7.2 #261

Bump typescript from 4.9.5 to 5.7.2

Bump typescript from 4.9.5 to 5.7.2 #261

Workflow file for this run

on:
push:
pull_request:
jobs:
lint:
name: Lint - Node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22 ]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm install
- run: npm test