Skip to content

Update changelog

Update changelog #66

Workflow file for this run

name: Run CI tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Setup node and npm
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
cache: npm
- name: NPM install
run: npm ci
shell: bash
- run: npm test