Skip to content

Readme badges: fix build, add Node, add ESLint (#5) #21

Readme badges: fix build, add Node, add ESLint (#5)

Readme badges: fix build, add Node, add ESLint (#5) #21

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test