From d73dfe4e7cc27da52ca176f403b9e8932ea7731f Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:35:22 +0200 Subject: [PATCH] Revert "TMP build dev package with the branch including the fix" This reverts commit 668bec1ce011dcfd9babc19e12c2f229c5c46b7e. --- .github/workflows/check-typescript-projects.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check-typescript-projects.yml b/.github/workflows/check-typescript-projects.yml index 842b22a..23f0402 100644 --- a/.github/workflows/check-typescript-projects.yml +++ b/.github/workflows/check-typescript-projects.yml @@ -25,8 +25,6 @@ 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: