Skip to content

Bump to version 0.2.0 #11

Bump to version 0.2.0

Bump to version 0.2.0 #11

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
strategy:
matrix:
version: [14, 16, 18, 19]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- run: npm install
- run: npm test