Skip to content

Commit

Permalink
Bump actions/cache (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 authored Jan 24, 2025
1 parent 2cc6936 commit e31c44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
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 All @@ -60,7 +60,7 @@ jobs:
with:
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 e31c44d

Please sign in to comment.