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 b11a2be commit f86eb40Copy full SHA for f86eb40
.github/workflows/util-build.yml
@@ -30,12 +30,12 @@ jobs:
30
with:
31
submodules: recursive
32
33
- - name: Dependency cache
34
- uses: actions/cache@v2
35
- id: cache
36
- with:
37
- key: Util-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
38
- path: '**/node_modules'
+ - name: Dependency cache
+ uses: actions/cache@v2
+ id: cache
+ with:
+ key: Util-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
+ path: '**/node_modules'
39
40
# Installs root dependencies, ignoring Bootstrap All script.
41
# Bootstraps the current package only
0 commit comments