Skip to content

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

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

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

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.x

Check failure on line 12 in .github/workflows/tests-sandbox.yml

View workflow run for this annotation

GitHub Actions / Test Sandbox

Invalid workflow file

The workflow is not valid. .github/workflows/tests-sandbox.yml (Line: 12, Col: 23): Unexpected value '16.x'
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test:patch-state