Run on node 14 in production, drop node 10 support for badge-maker and update test matrix (#6652)

This commit is contained in:
Pierre-Yves B
2021-06-21 20:46:55 +01:00
committed by GitHub
parent 8f588179e1
commit 68fb0b7bab
7 changed files with 25 additions and 25 deletions

View File

@@ -25,7 +25,7 @@ and learn about the [Github workflow](http://try.github.io/).
#### Node, NPM
Node >=12 and NPM >=7 is required. If you don't already have them,
Node >=14 and NPM >=7 is required. If you don't already have them,
install node and npm: https://nodejs.org/en/download/
### Setup a dev install

View File

@@ -4,7 +4,7 @@ This document describes how to host your own shields server either from source o
## Installing from Source
You will need Node 12 or later, which you can install using a
You will need Node 14 or later, which you can install using a
[package manager][].
On Ubuntu / Debian: