diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92c20be..88ba463 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: node-version: [20.x] - os: [windows-latest, ubuntu-latest] + os: [ubuntu-latest] runs-on: ${{matrix.os}} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5fc4dac..859e023 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 diff --git a/cypress/component-testing/resizable-api.cy.tsx b/cypress/component-testing/resizable-api.cy.tsx index 51844f1..4441630 100644 --- a/cypress/component-testing/resizable-api.cy.tsx +++ b/cypress/component-testing/resizable-api.cy.tsx @@ -806,7 +806,7 @@ describe('Should make partial hidden visible with setSize', () => { }) // Edge - it.only(` + it(` -- Partially hide P2 moving R2 to R1 -- setSize P2 with 150 and BUTTOM_FIRST -- should emit onResizeStop haveing P2 = 150