Skip to content

Bump ts-node from 10.9.1 to 10.9.2 #127

Bump ts-node from 10.9.1 to 10.9.2

Bump ts-node from 10.9.1 to 10.9.2 #127

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile --save-dev
- name: Lint
run: yarn lint