Conversation
glob@9 no longer exports `sync()`. Fixes: #376 Refs: isaacs/node-glob#493
|
Alternatively we could revert #372. # node -v
v14.16.1
# |
|
FWIW I'm not opposed to bumping the version of Node.js on the server running the bot, but our package.json claims this runs on Node.js 12 and later: Lines 10 to 12 in 1b78c05 |
|
I think we should bump the server to at least v16 (ideally v18 to be future-proof). |
Tried. Blocked on the server still running Debian 8 -- we're using Nodesource distributions of Node.js on the server and they don't have newer Node.js packages for Debian 8 (Jessie). nodejs/build#3214 |
|
Hmmm...it looks like the actions are green when they are failing... https://github.com/nodejs/github-bot/actions/runs/4354160252/jobs/7609125321#step:12:1467 fails but is green.... |
I'll go ahead and merge and see if the bot at least starts. It can't be worse that the current state, and if it doesn't we can revert this and the glob update temporarily while we get the server updated. |
glob@9 no longer exports
sync().Fixes: #376
Refs: isaacs/node-glob#493
Refs: #372