diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2566f5ba8..ab1780c74 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,7 +35,7 @@ jobs: - uses: './.github/actions/reusable-prepare-peertube-build' with: - node-version: '14.x' + node-version: '16.x' - uses: './.github/actions/reusable-prepare-peertube-run' diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0bb685ff1..bb1f27a6b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -18,7 +18,7 @@ jobs: - uses: './.github/actions/reusable-prepare-peertube-build' with: - node-version: '14.x' + node-version: '16.x' - name: Build run: npm run nightly 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: - 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