deploy on node 18 (#9385)

* deploy on node 18, run tests on node 20

* run test-bug-run-badge on node 18

* you missed a spot

* ..and another
This commit is contained in:
chris48s
2023-08-10 19:40:17 +01:00
committed by GitHub
parent b2f47a3303
commit 0ffa3669b3
19 changed files with 30 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ and learn about the [GitHub workflow](http://try.github.io/).
#### Node, NPM
Node >=16 and NPM 9.x is required. If you don't already have them,
Node >=18 and NPM 9.x 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,13 +4,13 @@ This document describes how to host your own shields server either from source o
## Installing from Source
You will need Node 16 or later, which you can install using a
You will need Node 18 or later, which you can install using a
[package manager][].
On Ubuntu / Debian:
```sh
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -; sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -; sudo apt-get install -y nodejs
```
```sh