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-10-28 16:23:52 +0300
committerGitHub <noreply@github.com>2022-10-28 16:23:52 +0300
commite0aa4810dc010b2a8d19dea2e2cc4857c8f6fb75 (patch)
tree7bf0d86cff393d26b84a015cf34382c69bef6d77
parent2d6a6f8e4e01e4b038e8d6975194f4ed51b8c4bc (diff)
ci: add node 18
-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 a95e566..3ab8054 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
os:
- ubuntu-latest
node:
+ - '18'
- '16'
- '14'
steps: