diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-09 10:00:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-09 10:02:54 +0200 |
commit | 902b16af033b29363b4198836165fdbedd7addcf (patch) | |
tree | 69f67e8ea3b5a7eb50c4db468f630b46e2b2d2d7 /.github/workflows/benchmark.yml | |
parent | 1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9 (diff) | |
download | PeerTube-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.yml | 2 |
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 | ||