Revert "Use node 16 for tests"

This reverts commit 1f45f8b00d.
This commit is contained in:
Chocobozzz 2022-10-28 17:26:26 +02:00
parent 1f45f8b00d
commit 823cc35bb5
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ jobs:
- uses: './.github/actions/reusable-prepare-peertube-build'
with:
node-version: '16.x'
node-version: '14.x'
- uses: './.github/actions/reusable-prepare-peertube-run'

View file

@ -18,7 +18,7 @@ jobs:
- uses: './.github/actions/reusable-prepare-peertube-build'
with:
node-version: '16.x'
node-version: '14.x'
- name: Build
run: npm run nightly

View file

@ -22,7 +22,7 @@ jobs:
- uses: './.github/actions/reusable-prepare-peertube-build'
with:
node-version: '16.x'
node-version: '14.x'
- name: Angular bundlewatch
uses: jackyef/bundlewatch-gh-action@master