mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 02:00:35 -06:00
Deprecate node 14
This commit is contained in:
parent
2296dfd4db
commit
ca829e9a83
2
.github/workflows/stats.yml
vendored
2
.github/workflows/stats.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- uses: './.github/actions/reusable-prepare-peertube-build'
|
||||
with:
|
||||
node-version: '14.x'
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Angular bundlewatch
|
||||
uses: jackyef/bundlewatch-gh-action@master
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Main dependencies version supported by PeerTube:
|
||||
|
||||
* `node` >=14.x
|
||||
* `node` >=16.x
|
||||
* `yarn` >=1.x
|
||||
* `postgres` >=10.x
|
||||
* `redis-server` >=6.x
|
||||
|
Loading…
Reference in New Issue
Block a user