Closed lucaong closed 3 months ago
The CI builds started failing on node v22.5.0 likely due to https://github.com/nodejs/node/issues/53902
v22.5.0
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.
The CI builds started failing on node
v22.5.0
likely due to https://github.com/nodejs/node/issues/53902The 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.