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 4c24f87 commit b11a2beCopy full SHA for b11a2be
.github/workflows/util-build.yml
@@ -21,7 +21,6 @@ jobs:
21
strategy:
22
matrix:
23
node-version: [12]
24
-
25
steps:
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v1
@@ -32,11 +31,11 @@ jobs:
32
31
submodules: recursive
33
34
- name: Dependency cache
35
- uses: actions/cache@v2
36
- id: cache
37
- with:
38
- key: Util-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
39
- path: '**/node_modules'
+ uses: actions/cache@v2
+ id: cache
+ with:
+ key: Util-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
+ path: '**/node_modules'
40
41
# Installs root dependencies, ignoring Bootstrap All script.
42
# Bootstraps the current package only
0 commit comments