Skip to content

Bump bittorrent-tracker from 10.0.12 to 11.0.1 #22

Bump bittorrent-tracker from 10.0.12 to 11.0.1

Bump bittorrent-tracker from 10.0.12 to 11.0.1 #22

Workflow file for this run

name: ci
on: [push,pull_request]
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
node:
- '16'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test