X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fnightly.yml;h=bb1f27a6b3f41abd1a0a38676e908ae4ac04ff64;hb=0c302acb3c358b4d4d8dee45aed1de1108ea37ea;hp=23898b7ef764b559121f19adc302cb4aba2ecf07;hpb=636d73c58866ed235c207719e41fdde3c2d6c969;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 23898b7ef..bb1f27a6b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,13 +12,13 @@ jobs: steps: - name: Checkout develop - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: develop - uses: './.github/actions/reusable-prepare-peertube-build' with: - node-version: '14.x' + node-version: '16.x' - name: Build run: npm run nightly