diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd645785a8..40ef81a932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,6 +168,9 @@ jobs: - name: Install run: pnpm install --frozen-lockfile + - name: Rebuild native bindings for matrix node + run: pnpm rebuild better-sqlite3 + - name: Start Docker Containers run: docker compose up -d --wait --wait-timeout 60