Merge branch 'release/5.1.0' into develop
This commit is contained in:
commit
5ccf98a4ec
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
- uses: './.github/actions/reusable-prepare-peertube-build'
|
- uses: './.github/actions/reusable-prepare-peertube-build'
|
||||||
with:
|
with:
|
||||||
node-version: '14.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Angular bundlewatch
|
- name: Angular bundlewatch
|
||||||
uses: jackyef/bundlewatch-gh-action@master
|
uses: jackyef/bundlewatch-gh-action@master
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Main dependencies version supported by PeerTube:
|
Main dependencies version supported by PeerTube:
|
||||||
|
|
||||||
* `node` >=14.x
|
* `node` >=16.x
|
||||||
* `yarn` >=1.x
|
* `yarn` >=1.x
|
||||||
* `postgres` >=10.x
|
* `postgres` >=10.x
|
||||||
* `redis-server` >=6.x
|
* `redis-server` >=6.x
|
||||||
|
|
Loading…
Reference in New Issue