mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
debug pipe issue
This commit is contained in:
@@ -15,7 +15,7 @@ inputs:
|
|||||||
description: 'enable caching for node modules'
|
description: 'enable caching for node modules'
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: 'true'
|
default: 'true'
|
||||||
act:
|
act:
|
||||||
description: 'enable act debug'
|
description: 'enable act debug'
|
||||||
required: false
|
required: false
|
||||||
@@ -28,7 +28,7 @@ runs:
|
|||||||
- name: install NPM
|
- name: install NPM
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14.15.4
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
- name: get latest tag sha
|
- name: get latest tag sha
|
||||||
id: tag-sha
|
id: tag-sha
|
||||||
@@ -72,4 +72,4 @@ runs:
|
|||||||
act: ${{ inputs.act }}
|
act: ${{ inputs.act }}
|
||||||
- name: link nx executable
|
- name: link nx executable
|
||||||
run: sudo ln -s $(npm bin)/nx /usr/bin/nx
|
run: sudo ln -s $(npm bin)/nx /usr/bin/nx
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user