Skip to content

fix: upgrade tslib from 2.6.3 to 2.7.0 #200

fix: upgrade tslib from 2.6.3 to 2.7.0

fix: upgrade tslib from 2.6.3 to 2.7.0 #200

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: npm ci
- name: Test
env:
DISPLAY: ':99'
run: |
Xvfb :99 -screen 0 1920x1080x24 > /dev/null 2>&1 &
npm test