Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 29e958e

Browse files
committed
ci: use the matrix varible to set the cache key preffix
1 parent 0e28368 commit 29e958e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
${{ env.preffix }}-
5858
env:
5959
cache-name: run-test
60-
preffix: ${{ runner.os }}-node-${{ matrix.node-version }}
60+
preffix: ${{ matrix.os }}-node-${{ matrix.node-version }}
6161

6262
- name: Install dependencies
6363
if: steps.cache-node-modules.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)