Skip to content

Fix min Node.js version in README.md #231

Fix min Node.js version in README.md

Fix min Node.js version in README.md #231

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: ./.github/actions/setup-node
- name: Lint
run: yarn run lint