]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Revert "Use node 16 for tests"
authorChocobozzz <me@florianbigard.com>
Fri, 28 Oct 2022 15:26:26 +0000 (17:26 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 28 Oct 2022 15:26:26 +0000 (17:26 +0200)
This reverts commit 1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.

.github/workflows/benchmark.yml
.github/workflows/nightly.yml
.github/workflows/stats.yml

index ab1780c7407a0d0264ec438ff53fdfd75f52a162..2566f5ba86f9f713eb4bfd3aed47f6ae2a1bef22 100644 (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'
 
index bb1f27a6b3f41abd1a0a38676e908ae4ac04ff64..0bb685ff1d7f1b64a434b6ffe46dc94378a2e43f 100644 (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
index e772fdb813fee852b3a4827fa362d6d16bdb03b1..89793ca8666feb2335203f98338ae41e42895d68 100644 (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