mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 20:21:36 +00:00
chore(deps): update actions/cache action to v3 (#419)
* 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 <github@diegorbaquero.com>
This commit is contained in:
parent
2a79101ef7
commit
4b041ca314
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}
|
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user