Skip to content

Commit e31c44d

Browse files
authored
1 parent 2cc6936 commit e31c44d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version: ${{ matrix.node-version }}
4141
- name: Cache npm
42-
uses: actions/cache@v1
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.npm
4545
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
node-version: ${{ matrix.node-version }}
6262
- name: Cache npm
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.npm
6666
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)