Skip to content

update changelog

update changelog #1793

Workflow file for this run

name: Test builds
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18', '20', '21']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm run build
- run: npm run build:simple