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/test.yml | |
parent | 5a637488778055906dbacdca735565b2f46f0cf7 (diff) | |
download | PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.tar.gz PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.tar.zst PeerTube-4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296.zip |
Deprecate node 12
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||