]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/peertube-runner.sh
Breaking: remove node 14 support
[github/Chocobozzz/PeerTube.git] / scripts / build / peertube-runner.sh
index 9c326747bac0c3d5165bc4c1b85579b0d33070a3..7f6ad5eded56745ac70977a8c19f8a7f570d0b48 100755 (executable)
@@ -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