diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c837a14..3c6ca77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,16 +89,7 @@ jobs: fail-fast: false matrix: node: ['16.x'] - example: - [ - 'cra4', - 'cra5', - 'next', - 'vite', - 'node-standard', - 'node-esm', - 'are-the-types-wrong' - ] + example: ['cra4', 'cra5', 'next', 'vite', 'node-standard', 'node-esm'] steps: - name: Checkout repo uses: actions/checkout@v2