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:
authorLakshya Singh <lakshay.singh1108@gmail.com>2021-10-06 21:29:19 +0300
committerGitHub <noreply@github.com>2021-10-06 21:29:19 +0300
commitd63bf59c092f6b8f4e201071b87ab0f0b643e14d (patch)
tree5745a9c0c7fed170944a938382caae2f6f2a03f4 /.github
parenta213ce3bc98cea8f9c42ed2bf8e9920407bfa869 (diff)
chore: add in node 16 for workflow run (#2204)
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 a82d130..c1190c8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
os:
- ubuntu-latest
node:
+ - '16'
- '14'
- '12'
steps: