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>2022-01-20 19:14:33 +0300
committerGitHub <noreply@github.com>2022-01-20 19:14:33 +0300
commitc1e407c326665e828e379ada791d8b53b0d32842 (patch)
treece37764d3651cdfd504e412d0dd7ab6cc3b2004e /.github
parentcd63b038425a17ea822ee76917d057fe75eef497 (diff)
ci: remove node 12
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c1190c8..bccb03d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,7 +12,6 @@ jobs:
node:
- '16'
- '14'
- - '12'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2