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 77371bc commit 5f8dce6Copy full SHA for 5f8dce6
.github/workflows/unit-test.yml
@@ -78,8 +78,8 @@ jobs:
78
uses: actions/cache@v3
79
with:
80
path: ./node_modules
81
- key: $${ runner.os }}-node-${{ hashFiles('package-lock.json') }}
82
- restore-keys: $${ runner.os }}-node-
+ key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
+ restore-keys: ${{ runner.os }}-node-
83
84
#
85
# Setup Java
0 commit comments