Skip to content

feat: hijack hmr

feat: hijack hmr #31

Workflow file for this run

name: E2e test
on: [push, pull_request]
jobs:
run-e2e-test:
strategy:
matrix:
version: [18, 20]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
node-version: ${{ matrix.version }}
- name: Install berry
run: corepack enable
- name: install dependices
run: yarn
- name: prepare plugin
run: yarn build
- name: test 5.x
run: yarn e2e