[AAE-13093] - Fix yml file indentation, use npm cache (#8463)

This commit is contained in:
Ardit Domi 2023-04-12 12:34:21 +01:00 committed by GitHub
parent 8c48927738
commit 452c96f0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |