mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
Update Node.js engine requirement to allow versions >=20 (#2063)
Some checks are pending
Bundlewatch / bundlewatch (push) Waiting to run
Some checks are pending
Bundlewatch / bundlewatch (push) Waiting to run
This commit is contained in:
5
.changeset/tender-flowers-cheat.md
Normal file
5
.changeset/tender-flowers-cheat.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update Node.js engine requirement to allow versions >=20
|
||||
@@ -47,7 +47,7 @@
|
||||
"url": "https://github.com/sponsors/codecalm"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20"
|
||||
"node": ">=20"
|
||||
},
|
||||
"files": [
|
||||
"docs/**/*",
|
||||
|
||||
Reference in New Issue
Block a user