mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-13093] - Fix yml file indentation, use npm cache (#8463)
This commit is contained in:
@@ -128,6 +128,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
- name: release Demoshell docker
|
||||
run: |
|
||||
@@ -162,6 +163,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
- name: release Storybook docker
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user