We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e28368 commit 29e958eCopy full SHA for 29e958e
1 file changed
.github/workflows/run-test.yml
@@ -57,7 +57,7 @@ jobs:
57
${{ env.preffix }}-
58
env:
59
cache-name: run-test
60
- preffix: ${{ runner.os }}-node-${{ matrix.node-version }}
+ preffix: ${{ matrix.os }}-node-${{ matrix.node-version }}
61
62
- name: Install dependencies
63
if: steps.cache-node-modules.outputs.cache-hit != 'true'
0 commit comments