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 | |
parent | 1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9 (diff) | |
download | PeerTube-902b16af033b29363b4198836165fdbedd7addcf.tar.gz PeerTube-902b16af033b29363b4198836165fdbedd7addcf.tar.zst PeerTube-902b16af033b29363b4198836165fdbedd7addcf.zip |
Breaking: remove node 14 support
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/benchmark.yml | 2 | ||||
-rw-r--r-- | .github/workflows/nightly.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yml | 2 |
3 files changed, 3 insertions, 3 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 | ||
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0bb685ff1..bb1f27a6b 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: '14.x' | 21 | node-version: '16.x' |
22 | 22 | ||
23 | - name: Build | 23 | - name: Build |
24 | run: npm run nightly | 24 | run: npm run nightly |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 678b0674b..407907e53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -55,7 +55,7 @@ jobs: | |||
55 | 55 | ||
56 | - uses: './.github/actions/reusable-prepare-peertube-build' | 56 | - uses: './.github/actions/reusable-prepare-peertube-build' |
57 | with: | 57 | with: |
58 | node-version: '14.x' | 58 | node-version: '16.x' |
59 | 59 | ||
60 | - uses: './.github/actions/reusable-prepare-peertube-run' | 60 | - uses: './.github/actions/reusable-prepare-peertube-run' |
61 | 61 | ||