Breaking: remove node 14 support

This commit is contained in:
Chocobozzz
2023-05-09 10:02:54 +02:00
parent 1c7fbce4fa
commit 902b16af03
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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
+1 -1
View File
@@ -55,7 +55,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'