bump nodejs requirement to v16.14+ as this is now required by NSI

see https://github.com/osmlab/name-suggestion-index/issues/6014
This commit is contained in:
Martin Raifer
2022-06-03 17:12:16 +02:00
parent 4bc770fb64
commit ac92f5b624
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
+1 -1
View File
@@ -30,7 +30,7 @@ Come on in, the water's lovely. More help? Ping `Martin Raifer`/`tyr_asd` or `bh
## Prerequisites
* [Node.js](https://nodejs.org/) version 12 or newer
* [Node.js](https://nodejs.org/) version 16.14 or newer
* [`git`](https://www.atlassian.com/git/tutorials/install-git/) for your platform
* Note for Windows users:
* Edit `$HOME\.gitconfig`:<br/>
+1 -1
View File
@@ -117,7 +117,7 @@
"vparse": "~1.1.0"
},
"engines": {
"node": ">=12"
"node": ">=16.14"
},
"browserslist": [
"> 0.2%, last 6 major versions, Firefox ESR, maintained node versions"