Remove Node 10.x as development target
This commit is contained in:
parent
5af420d411
commit
57345250bd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x, 16.x]
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
|
|
@ -87,7 +87,7 @@ Done!
|
|||
Developer setup
|
||||
========
|
||||
|
||||
Install node.js, exact procedure is dependant on platform and distribution.
|
||||
Install node.js (development require >=12.0), exact procedure is dependant on platform and distribution.
|
||||
|
||||
Clone this repo
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue