Skip to content

Document release of version 0.1.7 #8

Document release of version 0.1.7

Document release of version 0.1.7 #8

Workflow file for this run

name: Node.js Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
environment: CI
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint
- run: npm test