aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-24 13:52:32 +0100
committerChocobozzz <me@florianbigard.com>2021-12-24 13:52:32 +0100
commit4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296 (patch)
tree5341c35344a167dd51e29f5419ac7a26dcc735e7 /.github/workflows/benchmark.yml
parent5a637488778055906dbacdca735565b2f46f0cf7 (diff)
downloadPeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.tar.gz
PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.tar.zst
PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.zip
Deprecate node 12
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 7e8259d27..8811f0f45 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: '12.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