isaacs / node-glob

glob functionality for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New versions no longer support node v21

mexmans opened this issue · comments

engine rule exclude version 21

  "engines": {
    "node": "20 || >=22"
  },

Yes, this is by design. Odd numbered node versions are unstable and never supported. Don't use them in production.

I'm afraid with this limitation you have dramatically caused a global build failure

What's stopping you from continuing to use glob 10?