mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Update nodejs version
Update to the latest nodejs LTS release. The old v16 ends security support 2023.09.11. * https://nodejs.org/en/blog/announcements/v20-release-announce * https://nodejs.org/en/blog/announcements/nodejs16-eol Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
c5671c6d97
commit
23988a9373
|
@ -1 +1 @@
|
||||||
v16.14.2
|
v20.5.1
|
||||||
|
|
|
@ -26,7 +26,7 @@ react-app and also by others consumers (like Thanos)
|
||||||
To be able to build the react application you need:
|
To be able to build the react application you need:
|
||||||
|
|
||||||
* npm >= v7
|
* npm >= v7
|
||||||
* node >= v16
|
* node >= v20
|
||||||
|
|
||||||
### Installing npm dependencies
|
### Installing npm dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue