Skip to content

build(deps-dev): bump @types/node from 18.16.3 to 20.1.0 #574

build(deps-dev): bump @types/node from 18.16.3 to 20.1.0

build(deps-dev): bump @types/node from 18.16.3 to 20.1.0 #574

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- name: Install dependencies
run: yarn --immutable
- name: Run ESLint
run: yarn lint