aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/stats.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-28 17:12:33 +0200
committerChocobozzz <me@florianbigard.com>2022-10-28 17:12:33 +0200
commit1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551 (patch)
tree459a2569574b0e7de292385b5dcd24603d12828f /.github/workflows/stats.yml
parent9e5cf66be7ad897e106f283bee73a165c72e74de (diff)
downloadPeerTube-1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.tar.gz
PeerTube-1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.tar.zst
PeerTube-1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.zip
Use node 16 for tests
Diffstat (limited to '.github/workflows/stats.yml')
-rw-r--r--.github/workflows/stats.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml
index 89793ca86..e772fdb81 100644
--- a/.github/workflows/stats.yml
+++ b/.github/workflows/stats.yml
@@ -22,7 +22,7 @@ jobs:
22 22
23 - uses: './.github/actions/reusable-prepare-peertube-build' 23 - uses: './.github/actions/reusable-prepare-peertube-build'
24 with: 24 with:
25 node-version: '14.x' 25 node-version: '16.x'
26 26
27 - name: Angular bundlewatch 27 - name: Angular bundlewatch
28 uses: jackyef/bundlewatch-gh-action@master 28 uses: jackyef/bundlewatch-gh-action@master