Skip to content

Bump to 0.3.2, update changelog. #326

Bump to 0.3.2, update changelog.

Bump to 0.3.2, update changelog. #326

Workflow file for this run

name: CI tests
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: |
npm install
- name: Build and test
run: |
npm run test && npm run build