Skip to content

Commit

Permalink
Updated build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Bernardi <[email protected]>
  • Loading branch information
fastlorenzo committed Feb 25, 2022
1 parent 7e24993 commit c8080ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version-file: './kibana/.nvmrc'
cache: 'npm'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
# - name: Cache node modules
# uses: actions/cache@v2
# env:
Expand Down

0 comments on commit c8080ad

Please sign in to comment.