Skip to content

fix: missing xhr-sync-worker.js in jsdom #146

fix: missing xhr-sync-worker.js in jsdom

fix: missing xhr-sync-worker.js in jsdom #146

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Lint
run: yarn lint