From 668bec1ce011dcfd9babc19e12c2f229c5c46b7e Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:31:14 +0200 Subject: [PATCH] TMP build dev package with the branch including the fix --- .github/workflows/check-typescript-projects.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-typescript-projects.yml b/.github/workflows/check-typescript-projects.yml index 23f0402..842b22a 100644 --- a/.github/workflows/check-typescript-projects.yml +++ b/.github/workflows/check-typescript-projects.yml @@ -25,6 +25,8 @@ jobs: - uses: actions/checkout@v3 with: repository: 'maxGraph/maxGraph' + # TMP build https://github.com/maxGraph/maxGraph/pull/214 + ref: 'fix/getComputedStyle_error_with_ShadowRoot_element' - name: Setup node uses: actions/setup-node@v3 with: