Skip to content

Bump flat and mocha #16

Bump flat and mocha

Bump flat and mocha #16

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm test
# TODO: npm publish