Skip to content

Merge pull request #106 from abraham/dependabot/npm_and_yarn/eslint-p… #150

Merge pull request #106 from abraham/dependabot/npm_and_yarn/eslint-p…

Merge pull request #106 from abraham/dependabot/npm_and_yarn/eslint-p… #150

Workflow file for this run

name: Index
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node: [18]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run lint