[eslint] use ignorePatterns instead of eslintignore #211
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Tests: node.js' | |
on: [pull_request, push] | |
jobs: | |
tests: | |
uses: ljharb/actions/.github/workflows/node.yml@main | |
with: | |
range: '^18.17.0 || >=20.5.0' | |
type: minors | |
command: TODO_IS_OK=true npm run tests-only |