diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-28 17:12:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-28 17:12:33 +0200 |
commit | 1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551 (patch) | |
tree | 459a2569574b0e7de292385b5dcd24603d12828f | |
parent | 9e5cf66be7ad897e106f283bee73a165c72e74de (diff) | |
download | PeerTube-1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.tar.gz PeerTube-1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.tar.zst PeerTube-1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.zip |
Use node 16 for tests
-rw-r--r-- | .github/workflows/benchmark.yml | 2 | ||||
-rw-r--r-- | .github/workflows/nightly.yml | 2 | ||||
-rw-r--r-- | .github/workflows/stats.yml | 2 |
3 files changed, 3 insertions, 3 deletions
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: | |||
35 | 35 | ||
36 | - uses: './.github/actions/reusable-prepare-peertube-build' | 36 | - uses: './.github/actions/reusable-prepare-peertube-build' |
37 | with: | 37 | with: |
38 | node-version: '14.x' | 38 | node-version: '16.x' |
39 | 39 | ||
40 | - uses: './.github/actions/reusable-prepare-peertube-run' | 40 | - uses: './.github/actions/reusable-prepare-peertube-run' |
41 | 41 | ||
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: | |||
18 | 18 | ||
19 | - uses: './.github/actions/reusable-prepare-peertube-build' | 19 | - uses: './.github/actions/reusable-prepare-peertube-build' |
20 | with: | 20 | with: |
21 | node-version: '14.x' | 21 | node-version: '16.x' |
22 | 22 | ||
23 | - name: Build | 23 | - name: Build |
24 | run: npm run nightly | 24 | 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: | |||
22 | 22 | ||
23 | - uses: './.github/actions/reusable-prepare-peertube-build' | 23 | - uses: './.github/actions/reusable-prepare-peertube-build' |
24 | with: | 24 | with: |
25 | node-version: '14.x' | 25 | node-version: '16.x' |
26 | 26 | ||
27 | - name: Angular bundlewatch | 27 | - name: Angular bundlewatch |
28 | uses: jackyef/bundlewatch-gh-action@master | 28 | uses: jackyef/bundlewatch-gh-action@master |