Skip to content

Conversation

@RobinMalfait
Copy link
Member

@RobinMalfait RobinMalfait commented Oct 6, 2025

The vite/nuxt integration tests started failing because one of the internal dependencies (nuxi) was updated from 3.28.0 to 3.29.0 which includes a newer version of undici which in turn relies on node:sqlite.

node:sqlite was added in a newer Node version, and we still use Node v20 in CI.

This PR pins nuxi to 3.28.0 until we can upgrade our Node version in CI.

[ci-all]

In `nuxi@3.29.0` they use `node:sqlite` as part of undici, which doesn't
exist in Node v20 (which we use in CI)
@RobinMalfait RobinMalfait marked this pull request as ready for review October 6, 2025 15:42
@RobinMalfait RobinMalfait requested a review from a team as a code owner October 6, 2025 15:42
@RobinMalfait RobinMalfait enabled auto-merge (squash) October 6, 2025 15:43
@RobinMalfait RobinMalfait merged commit 49948d0 into main Oct 6, 2025
21 checks passed
@RobinMalfait RobinMalfait deleted the fix/failing-ci-tests branch October 6, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants