Skip to content

build(deps-dev): bump @types/node from 20.10.8 to 20.11.0 #481

build(deps-dev): bump @types/node from 20.10.8 to 20.11.0

build(deps-dev): bump @types/node from 20.10.8 to 20.11.0 #481

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
lint:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: yarn install
- name: lint
run: yarn lint