mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-13093] - Fix yml file indentation, use npm cache (#8463)
This commit is contained in:
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
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache-dependency-path: package-lock.json
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
- name: release Demoshell docker
|
||||
run: |
|
||||
. ./scripts/github/release/docker-tag.sh
|
||||
@@ -161,8 +162,9 @@ jobs:
|
||||
- name: install Node >=16.0 for license check
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache-dependency-path: package-lock.json
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
- name: release Storybook docker
|
||||
run: |
|
||||
. ./scripts/github/release/docker-tag.sh
|
||||
|
Reference in New Issue
Block a user