Breaking: remove node 14 support

This commit is contained in:
Chocobozzz
2023-05-09 10:00:52 +02:00
parent 1c7fbce4fa
commit 902b16af03
5 changed files with 6 additions and 5 deletions

View File

@@ -10,4 +10,4 @@ rm -rf ./dist
rm -rf ./dist
mkdir ./dist
./node_modules/.bin/esbuild ./peertube-runner.ts --bundle --platform=node --target=node14 --external:"./lib-cov/fluent-ffmpeg" --external:pg-hstore --outfile=dist/peertube-runner.js
./node_modules/.bin/esbuild ./peertube-runner.ts --bundle --platform=node --target=node16 --external:"./lib-cov/fluent-ffmpeg" --external:pg-hstore --outfile=dist/peertube-runner.js