0
Fork 0
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:
duncanhealy 2021-04-13 18:03:26 +01:00 committed by GitHub
parent 740a6b73e0
commit b588581396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
14.16.1

View file

@ -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" }
} }