Skip to content

Window undefined fix #89

Window undefined fix

Window undefined fix #89

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 12.16.3
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
env:
CI: true