mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
set node version in nvmrc & engines to lts (#87)
* node lts version for nvmrc v14.16.1 * node lts version for nvmrc v14.16.1 * engine version set to to 14.x.x and npm >=6 < 7
This commit is contained in:
parent
740a6b73e0
commit
b588581396
2 changed files with 3 additions and 1 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
14.16.1
|
|
@ -92,5 +92,6 @@
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"typescript": "^4.2.3",
|
"typescript": "^4.2.3",
|
||||||
"uvu": "^0.5.1"
|
"uvu": "^0.5.1"
|
||||||
}
|
},
|
||||||
|
"engines": { "node": "~14.0.0", "npm" : ">=6.14.0 <7.0.0" }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue