1
0
mirror of https://github.com/lancedikson/bowser synced 2025-12-05 06:02:14 +00:00

ci: bump cache action to v4

This commit is contained in:
Naor Peled 2025-07-06 19:21:23 +03:00
parent 8c489bd98b
commit e0ee0e7baf

View File

@ -14,7 +14,7 @@ jobs:
with: with:
node-version: 16 node-version: 16
registry-url: https://registry.npmjs.org registry-url: https://registry.npmjs.org
- uses: actions/cache@v2 - uses: actions/cache@v4
with: with:
path: ~/.npm path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }} key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}