mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
reverted action version
This commit is contained in:
@@ -27,7 +27,7 @@ runs:
|
|||||||
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
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@master
|
uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@v1.29.0
|
||||||
# CACHE
|
# CACHE
|
||||||
- name: Node cache
|
- name: Node cache
|
||||||
id: node-cache
|
id: node-cache
|
||||||
@@ -52,7 +52,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules
|
node_modules
|
||||||
key: .npm-${{ github.ref_name }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}-${{ steps.tag-sha.outputs.tag_sha }}
|
key: .npm-${{ github.ref_name }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}-${{ steps.tag-sha.outputs.tag_long_sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
node_modules-${{ github.ref_name }}-build-${{ env.cache-name }}-
|
node_modules-${{ github.ref_name }}-build-${{ env.cache-name }}-
|
||||||
node_modules-${{ github.ref_name }}-build-
|
node_modules-${{ github.ref_name }}-build-
|
||||||
|
|||||||
Reference in New Issue
Block a user