Files
trix/.node-version
Sean Doyle cc598f869b Update .node-version and engine property in package.json
When changes are made to the `package.json` file, the CI cache is busted
and the file is re-evaluated by the containers. This causes
[CI failures][] like the following:

```
No VM guests are running outdated hypervisor (qemu) binaries on this host.
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
error @eslint/js@9.24.0: The engine "node" is incompatible with this module. Expected version "^18.18.0 || ^20.9.0 || >=21.1.0". Got "16.20.2"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
```

To resolve this issue, change the `.node-version` file to specify
`18.18.0` (the minimum version mentioned explicitly by the failure
output). There are more recent releases available, but this PR only aims
to resolve the current issues.

[CI failure]: https://github.com/basecamp/trix/actions/runs/18040917809/job/51339260902?pr=1256#step:8:184
2025-09-26 11:20:04 -04:00

2 lines
8 B
Plaintext