diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-28 17:26:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-28 17:26:26 +0200 |
commit | 823cc35bb55723a258be557300eee9230e82a9c8 (patch) | |
tree | 16de6f775c412281236b8f99be8e5118e5a6ff71 /.github/workflows/stats.yml | |
parent | 1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551 (diff) | |
download | PeerTube-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/stats.yml')
-rw-r--r-- | .github/workflows/stats.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index e772fdb81..89793ca86 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: '16.x' | 25 | node-version: '14.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 |