- uses: './.github/actions/reusable-prepare-peertube-build'
with:
- node-version: '14.x'
+ node-version: '16.x'
- uses: './.github/actions/reusable-prepare-peertube-run'
- uses: './.github/actions/reusable-prepare-peertube-build'
with:
- node-version: '14.x'
+ node-version: '16.x'
- name: Build
run: npm run nightly
- uses: './.github/actions/reusable-prepare-peertube-build'
with:
- node-version: '14.x'
+ node-version: '16.x'
- uses: './.github/actions/reusable-prepare-peertube-run'
{
"name": "peertube-runner",
- "version": "1.0.0",
+ "version": "0.0.1",
"main": "dist/peertube-runner.js",
+ "bin": "dist/peertube-runner.js",
"license": "AGPL-3.0",
"dependencies": {},
"devDependencies": {
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