Skip to content

bump minimum node version requirement to >=10.24 for now #15

bump minimum node version requirement to >=10.24 for now

bump minimum node version requirement to >=10.24 for now #15

Workflow file for this run

name: CI - lint check
on:
pull_request:
branches: [master]
jobs:
lint_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: Lint check
run: pnpm exec eslint --cache