diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-24 13:52:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-24 13:52:32 +0100 |
commit | 4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296 (patch) | |
tree | 5341c35344a167dd51e29f5419ac7a26dcc735e7 /.github/workflows | |
parent | 5a637488778055906dbacdca735565b2f46f0cf7 (diff) | |
download | PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.tar.gz PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.tar.zst PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.zip |
Deprecate node 12
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/benchmark.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7e8259d27..8811f0f45 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: '12.x' | 38 | node-version: '14.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/test.yml b/.github/workflows/test.yml index 030ec3790..18cf60a0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -52,7 +52,7 @@ jobs: | |||
52 | 52 | ||
53 | - uses: './.github/actions/reusable-prepare-peertube-build' | 53 | - uses: './.github/actions/reusable-prepare-peertube-build' |
54 | with: | 54 | with: |
55 | node-version: '12.x' | 55 | node-version: '14.x' |
56 | 56 | ||
57 | - uses: './.github/actions/reusable-prepare-peertube-run' | 57 | - uses: './.github/actions/reusable-prepare-peertube-run' |
58 | 58 | ||