aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-28 17:26:26 +0200
committerChocobozzz <me@florianbigard.com>2022-10-28 17:26:26 +0200
commit823cc35bb55723a258be557300eee9230e82a9c8 (patch)
tree16de6f775c412281236b8f99be8e5118e5a6ff71 /.github/workflows/benchmark.yml
parent1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551 (diff)
downloadPeerTube-823cc35bb55723a258be557300eee9230e82a9c8.tar.gz
PeerTube-823cc35bb55723a258be557300eee9230e82a9c8.tar.zst
PeerTube-823cc35bb55723a258be557300eee9230e82a9c8.zip
Revert "Use node 16 for tests"
This reverts commit 1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r--.github/workflows/benchmark.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index ab1780c74..2566f5ba8 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: '16.x' 38 node-version: '14.x'
39 39
40 - uses: './.github/actions/reusable-prepare-peertube-run' 40 - uses: './.github/actions/reusable-prepare-peertube-run'
41 41