Use node 16 for tests
This commit is contained in:
parent
9e5cf66be7
commit
1f45f8b00d
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- uses: './.github/actions/reusable-prepare-peertube-build'
|
||||
with:
|
||||
node-version: '14.x'
|
||||
node-version: '16.x'
|
||||
|
||||
- uses: './.github/actions/reusable-prepare-peertube-run'
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- uses: './.github/actions/reusable-prepare-peertube-build'
|
||||
with:
|
||||
node-version: '14.x'
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Build
|
||||
run: npm run nightly
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- uses: './.github/actions/reusable-prepare-peertube-build'
|
||||
with:
|
||||
node-version: '14.x'
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Angular bundlewatch
|
||||
uses: jackyef/bundlewatch-gh-action@master
|
||||
|
|
Loading…
Reference in New Issue