Sfoglia il codice sorgente

Update Node.js engine requirement to allow versions >=20 (#2063)

Paweł Kuna 8 mesi fa
parent
commit
c75cf55672
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 5 0
      .changeset/tender-flowers-cheat.md
  2. 1 1
      package.json

+ 5 - 0
.changeset/tender-flowers-cheat.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Update Node.js engine requirement to allow versions >=20

+ 1 - 1
package.json

@@ -47,7 +47,7 @@
     "url": "https://github.com/sponsors/codecalm"
     "url": "https://github.com/sponsors/codecalm"
   },
   },
   "engines": {
   "engines": {
-    "node": "20"
+    "node": ">=20"
   },
   },
   "files": [
   "files": [
     "docs/**/*",
     "docs/**/*",