Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -226,6 +226,12 @@ jobs:
|
|||||||
#
|
#
|
||||||
#done < src/assets/contributors.json
|
#done < src/assets/contributors.json
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
if: needs.check_changes.outputs.changes_detected == 'true' && needs.check_changes.outputs.changes_detected == 'true'
|
||||||
|
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
|
||||||
|
with:
|
||||||
|
node-version-file: ./website/.nvmrc
|
||||||
|
|
||||||
- name: Fix Package-Lock
|
- name: Fix Package-Lock
|
||||||
if: needs.check_changes.outputs.changes_detected == 'true'
|
if: needs.check_changes.outputs.changes_detected == 'true'
|
||||||
run: cd website && npm i --package-lock-only
|
run: cd website && npm i --package-lock-only
|
||||||
@@ -257,12 +263,6 @@ jobs:
|
|||||||
path: ./website/node_modules
|
path: ./website/node_modules
|
||||||
key: modules-${{ hashFiles('website/package-lock.json') }}
|
key: modules-${{ hashFiles('website/package-lock.json') }}
|
||||||
|
|
||||||
- name: Setup Node
|
|
||||||
if: needs.check_changes.outputs.changes_detected == 'true' && needs.check_changes.outputs.changes_detected == 'true'
|
|
||||||
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
|
|
||||||
with:
|
|
||||||
node-version-file: ./website/.nvmrc
|
|
||||||
|
|
||||||
- name: Install Packages
|
- name: Install Packages
|
||||||
if: steps.modulescache.outputs.cache-hit != 'true' && needs.check_changes.outputs.changes_detected == 'true'
|
if: steps.modulescache.outputs.cache-hit != 'true' && needs.check_changes.outputs.changes_detected == 'true'
|
||||||
run: cd website && npm ci
|
run: cd website && npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user