mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Breaking: remove node 14 support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user