Skip to content

Remove features prior to major version 2.0 [#112, #121, #71, 55] #347

Remove features prior to major version 2.0 [#112, #121, #71, 55]

Remove features prior to major version 2.0 [#112, #121, #71, 55] #347

Workflow file for this run

name: Test suite
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 18.x
- run: python .github/check_examples.py
- run: npm ci
- run: npm run build-tsc
- run: npm test