Skip to content

Commit

Permalink
set node version in nvmrc & engines to lts (withastro#87)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
duncanhealy committed Apr 13, 2021
1 parent 740a6b7 commit b588581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.16.1
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@
"prettier": "^2.2.1",
"typescript": "^4.2.3",
"uvu": "^0.5.1"
}
},
"engines": { "node": "~14.0.0", "npm" : ">=6.14.0 <7.0.0" }
}

0 comments on commit b588581

Please sign in to comment.