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:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-03-03 15:59:46 +0300
committerGitHub <noreply@github.com>2022-03-03 15:59:46 +0300
commit99758b8f87c1e097d386035ae07dd04c837423a4 (patch)
tree97489194226f0999d61cd7a2ed5b8ffdf386ae1f
parent63b0a98c92aa6f9a5464c9f4af4cbddf747d51e8 (diff)
chore(deps): update actions/setup-node action to v3 (#2268)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c8fc286..11d763f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
- '14'
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6098b8e..4920ce1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: 14
- name: Cache