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-25 01:21:57 +0300
committerGitHub <noreply@github.com>2022-03-25 01:21:57 +0300
commit7f47cf943048fe78ea6b3b6d5105c2cfca6cbd7c (patch)
tree023262d9bda88585ba81f7e529bdb3269879967d
parent0d9dbd341bf2e8d1dd58aba469d0777b98358613 (diff)
chore(deps): update actions/cache action to v3 (#2281)
* chore(deps): update actions/cache action to v3 * Update release.yml Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Diego Rodríguez Baquero <diego@mothership.com>
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d7bf1e6..996fb72 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,9 +17,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
- node-version: 14
+ node-version: 16
- name: Cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}