diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-15 09:38:24 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-15 09:38:24 +0100 |
commit | ca829e9a837150e7e1f2e6c0e6bd98997e0565a4 (patch) | |
tree | ac40f18f7e09418808ad23bbc3498274af407129 /.github/workflows/stats.yml | |
parent | 2296dfd4dbdd6e00292ef441861908aacec4646f (diff) | |
download | PeerTube-ca829e9a837150e7e1f2e6c0e6bd98997e0565a4.tar.gz PeerTube-ca829e9a837150e7e1f2e6c0e6bd98997e0565a4.tar.zst PeerTube-ca829e9a837150e7e1f2e6c0e6bd98997e0565a4.zip |
Deprecate node 14
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 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 |