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:
authorDiego Rodríguez Baquero <github@diegorbaquero.com>2021-07-14 00:29:25 +0300
committerGitHub <noreply@github.com>2021-07-14 00:29:25 +0300
commit6cd52d56d190145446219610308e32cd76b37493 (patch)
tree7999d2c8a56195f6cba0749e64d9b5d882749db9 /.github
parent72bfe67beea3d01e4ee34cf236126197763d0925 (diff)
ci: run on Node 12 too
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 56dccba..a82d130 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
- ubuntu-latest
node:
- '14'
+ - '12'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2