Bump min nodejs to version to v18 (#9923)

This commit is contained in:
archpdx
2023-11-13 05:54:03 -08:00
committed by GitHub
parent ac9b6c812a
commit 6f0d463f2d
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: ['16', '18']
node-version: ['18', '20']
steps:
- uses: actions/checkout@v3

View File

@@ -29,7 +29,7 @@ Come on in, the water's lovely. More help? Ping `Martin Raifer`/`tyr_asd` or `bh
## Prerequisites
* [Node.js](https://nodejs.org/) version 16.14 or newer
* [Node.js](https://nodejs.org/) version 18 or newer
* [`git`](https://www.atlassian.com/git/tutorials/install-git/) for your platform
* Note for Windows users:
* Edit `$HOME\.gitconfig`:<br/>

View File

@@ -124,7 +124,7 @@
"vparse": "~1.1.0"
},
"engines": {
"node": ">=16.14"
"node": ">=18"
},
"browserslist": [
"> 0.3%, last 6 major versions, Firefox ESR, maintained node versions"