mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-13093] - Fix yml file indentation, use npm cache (#8463)
This commit is contained in:
parent
8c48927738
commit
452c96f0eb
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -127,8 +127,9 @@ jobs:
|
|||||||
- name: install Node >=16.0 for license check
|
- name: install Node >=16.0 for license check
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache-dependency-path: package-lock.json
|
cache: 'npm'
|
||||||
|
cache-dependency-path: package-lock.json
|
||||||
- name: release Demoshell docker
|
- name: release Demoshell docker
|
||||||
run: |
|
run: |
|
||||||
. ./scripts/github/release/docker-tag.sh
|
. ./scripts/github/release/docker-tag.sh
|
||||||
@ -161,8 +162,9 @@ jobs:
|
|||||||
- name: install Node >=16.0 for license check
|
- name: install Node >=16.0 for license check
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache-dependency-path: package-lock.json
|
cache: 'npm'
|
||||||
|
cache-dependency-path: package-lock.json
|
||||||
- name: release Storybook docker
|
- name: release Storybook docker
|
||||||
run: |
|
run: |
|
||||||
. ./scripts/github/release/docker-tag.sh
|
. ./scripts/github/release/docker-tag.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user