lucaong / minisearch

Tiny and powerful JavaScript full-text search engine for browser and Node
https://lucaong.github.io/minisearch/
MIT License
4.83k stars 137 forks source link

Use latest NodeJS on CI #273

Closed lucaong closed 3 months ago

lucaong commented 3 months ago

The CI builds started failing on node v22.5.0 likely due to https://github.com/nodejs/node/issues/53902

The NodeJS version on CI was therefore pinned to 21 in https://github.com/lucaong/minisearch/pull/272

This pull request goes back to using the latest NodeJS version, and should be merged to master once the issue with NodeJS v22.5.0 noted above is fixed, and the build on this pull request finally succeeds.