diff options
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 | ||