]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Use node 16 for tests
authorChocobozzz <me@florianbigard.com>
Fri, 28 Oct 2022 15:12:33 +0000 (17:12 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 28 Oct 2022 15:12:33 +0000 (17:12 +0200)
.github/workflows/benchmark.yml
.github/workflows/nightly.yml
.github/workflows/stats.yml

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