Skip to content

Commit 4b041ca

Browse files
renovate[bot]renovate-botDiegoRBaquero
authored
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 <[email protected]> Co-authored-by: Diego Rodríguez Baquero <[email protected]>
1 parent 2a79101 commit 4b041ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 14
20+
node-version: 16
2121
- name: Cache
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)