update.py 74 B

1234
  1. url = "https://nodejs.org/dist"
  2. pattern = r"v([\d.]+)/"
  3. ignore = ["19.*"]