From aae274156e93ec867d646754ae371b2fbdf5b1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 16 Aug 2021 20:51:20 +0200 Subject: [PATCH] CI: use node 16, use latest webtorrent-hybrid --- .github/actions/test-transfer/entrypoint.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/actions/test-transfer/entrypoint.sh b/.github/actions/test-transfer/entrypoint.sh index 5652ecd..0a2d7a3 100755 --- a/.github/actions/test-transfer/entrypoint.sh +++ b/.github/actions/test-transfer/entrypoint.sh @@ -30,7 +30,7 @@ go build -o $HOME/gotorrent ./cmd/torrent cd .. file $HOME/gotorrent -$SUDO curl -sL https://deb.nodesource.com/setup_15.x | bash - +$SUDO curl -sL https://deb.nodesource.com/setup_16.x | bash - $SUDO apt-get install nodejs -y rtorrent -h @@ -118,11 +118,7 @@ cp -r torrents torrents-leech # Setup wss seeding client -# Seems to fix webtorrent-hybrid install error. -# Will likely be fixed in later versions of webtorrent-hybrid. -npm install @mapbox/node-pre-gyp - -npm install webtorrent-hybrid@4.0.3 +npm install webtorrent-hybrid echo " // Start webtorrent seeder from data file, create torrent, write it to file,