aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/nightly.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/nightly.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/nightly.yml')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index bb1f27a6b..0bb685ff1 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: '16.x' 21 node-version: '14.x'
22 22
23 - name: Build 23 - name: Build
24 run: npm run nightly 24 run: npm run nightly