Skip to content

Commit 22efd63

Browse files
committed
fix(unit): fixing test runner
1 parent a9665aa commit 22efd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push-or-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
path: ${{ env.CACHE_NODE_MODULES_PATH }}
7373
key: node_modules-${{ hashFiles('**/package-lock.json') }}
74-
- uses: actions/cache@v2
74+
- uses: actions/cache@v3
7575
with:
7676
path: ${{ env.CACHE_DIST_PATH }}
7777
key: dist-${{ github.run_id }}

0 commit comments

Comments
 (0)