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:
renovate[bot] 2022-03-27 22:47:49 +03:00 committed by GitHub
parent 2a79101ef7
commit 4b041ca314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') }}