Skip to content

Commit

Permalink
Merge pull request #289 from firebase/morganchen12-patch-1
Browse files Browse the repository at this point in the history
Bump actions/cache
  • Loading branch information
morganchen12 authored Jan 13, 2025
2 parents df5d7b8 + 55de6d3 commit fb22381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache npm
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit fb22381

Please sign in to comment.