diff options
-rw-r--r-- | .github/workflows/stats.yml | 2 | ||||
-rw-r--r-- | support/doc/dependencies.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 89793ca86..e772fdb81 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml | |||
@@ -22,7 +22,7 @@ jobs: | |||
22 | 22 | ||
23 | - uses: './.github/actions/reusable-prepare-peertube-build' | 23 | - uses: './.github/actions/reusable-prepare-peertube-build' |
24 | with: | 24 | with: |
25 | node-version: '14.x' | 25 | node-version: '16.x' |
26 | 26 | ||
27 | - name: Angular bundlewatch | 27 | - name: Angular bundlewatch |
28 | uses: jackyef/bundlewatch-gh-action@master | 28 | uses: jackyef/bundlewatch-gh-action@master |
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 40a310358..1f5127805 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | Main dependencies version supported by PeerTube: | 5 | Main dependencies version supported by PeerTube: |
6 | 6 | ||
7 | * `node` >=14.x | 7 | * `node` >=16.x |
8 | * `yarn` >=1.x | 8 | * `yarn` >=1.x |
9 | * `postgres` >=10.x | 9 | * `postgres` >=10.x |
10 | * `redis-server` >=6.x | 10 | * `redis-server` >=6.x |