Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2021-02-27 02:14:31 +0300
committerFeross Aboukhadijeh <feross@feross.org>2021-02-27 02:14:31 +0300
commit4cbdf1c296d86416ad587fc74571cebb1d4735ff (patch)
tree6244c8a2e7226057b3ce11365bdaea295078f94f /.github
parentb7226b61b0cfe3256947621a82dfe683e4a112d6 (diff)
package metadata
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3564c8d..822d21c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,11 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
- node-version: ${{ runner.node }}
+ node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build --if-present
- - run: sudo sh -c "echo '127.0.0.1 airtap.local' >> /etc/hosts"
- run: npm test
- env:
- SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
- SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}