Browse Source

Deprecate node 14

tags/v5.1.0
Chocobozzz 2 weeks ago
parent
commit
ca829e9a83
No known key found for this signature in database GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/stats.yml
  2. +1
    -1
      support/doc/dependencies.md

+ 1
- 1
.github/workflows/stats.yml View File

@@ -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


+ 1
- 1
support/doc/dependencies.md View File

@@ -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…
Cancel
Save