aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-09 10:00:52 +0200
committerChocobozzz <me@florianbigard.com>2023-05-09 10:02:54 +0200
commit902b16af033b29363b4198836165fdbedd7addcf (patch)
tree69f67e8ea3b5a7eb50c4db468f630b46e2b2d2d7 /.github/workflows/benchmark.yml
parent1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9 (diff)
downloadPeerTube-902b16af033b29363b4198836165fdbedd7addcf.tar.gz
PeerTube-902b16af033b29363b4198836165fdbedd7addcf.tar.zst
PeerTube-902b16af033b29363b4198836165fdbedd7addcf.zip
Breaking: remove node 14 support
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 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