1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Update required Node.js version to 18 and add .nvmrc file (#1555)

This commit is contained in:
Paweł Kuna
2023-05-10 01:10:04 +02:00
committed by GitHub
parent 7a0cff36e6
commit 650d84ce76
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Update required Node.js version to 18 and add `.nvmrc` file

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
18

View File

@@ -45,7 +45,7 @@
"url": "https://github.com/sponsors/codecalm"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"files": [
"dist/**/*",