Skip to content

Merge pull request #28 from FaiThiX/dependabot/npm_and_yarn/ts-node-1… #233

Merge pull request #28 from FaiThiX/dependabot/npm_and_yarn/ts-node-1…

Merge pull request #28 from FaiThiX/dependabot/npm_and_yarn/ts-node-1… #233

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