Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

[Snyk] Upgrade tslib from 2.6.3 to 2.7.0 #201

[Snyk] Upgrade tslib from 2.6.3 to 2.7.0

[Snyk] Upgrade tslib from 2.6.3 to 2.7.0 #201

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