Skip to content

Minor README clean up related to jq documentation. #351

Minor README clean up related to jq documentation.

Minor README clean up related to jq documentation. #351

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
# strategy:
# matrix:
# node-version: [16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
# node-version: ${{ matrix.node-version }}
- run: sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: npm ci --include=dev
- run: npm test