diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd72b32b..8ca191ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -354,7 +354,7 @@ jobs: fail-fast: false matrix: example: - ["next-js", "nuxt", "remix", "rollup", "sveltekit", "vite", "webpack"] + ["next-js", "nuxt", "remix", "rollup", "sveltekit", "vite", "webpack", "solidstart"] steps: - name: Checkout uses: actions/checkout@v4