Constrain Node to v14.17

This commit is contained in:
Chauncey McAskill
2021-09-14 18:20:45 -04:00
parent 72eaf582a5
commit 1203e54277
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@@ -1 +1 @@
v14.15.1 v14.17

View File

@@ -4,7 +4,7 @@
"title": "Locomotive Boilerplate", "title": "Locomotive Boilerplate",
"version": "1.0.0", "version": "1.0.0",
"engines": { "engines": {
"node": "^14.15" "node": ">=14.17"
}, },
"type": "module", "type": "module",
"author": "Locomotive <info@locomotive.ca>", "author": "Locomotive <info@locomotive.ca>",