Skip to content

fix-issue-236: fix TypeError when initialize a Worker in jsdome env… #603

fix-issue-236: fix TypeError when initialize a Worker in jsdome env…

fix-issue-236: fix TypeError when initialize a Worker in jsdome env… #603

Workflow file for this run

name: Test Sandbox
on:
pull_request:
push:
branches:
- main
jobs:
sandbox:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: [16]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- name: Run tests
env:
NODE_OPTIONS: "--max_old_space_size=8192"
run: yarn test:sandbox:ci --fail-fast