Skip to content

Bump ts-node from 10.9.1 to 10.9.2 #241

Bump ts-node from 10.9.1 to 10.9.2

Bump ts-node from 10.9.1 to 10.9.2 #241

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