mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Github action cleanup (no-changelog) (#16964)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
This commit is contained in:
4
.github/actions/setup-and-build/action.yml
vendored
4
.github/actions/setup-and-build/action.yml
vendored
@@ -32,7 +32,7 @@ runs:
|
||||
run_install: false
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: useblacksmith/setup-node@v5
|
||||
uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4
|
||||
with:
|
||||
node-version: ${{ inputs.node-version }}
|
||||
cache: pnpm
|
||||
@@ -52,7 +52,7 @@ runs:
|
||||
|
||||
- name: Cache artifacts
|
||||
if: inputs.enable-caching == 'true' && inputs.skip-build == 'false'
|
||||
uses: useblacksmith/cache@v5
|
||||
uses: useblacksmith/cache@c5fe29eb0efdf1cf4186b9f7fcbbcbc0cf025662 # v5.0.2
|
||||
with:
|
||||
path: ${{ inputs.cache-paths }}
|
||||
key: ${{ github.sha }}-${{ inputs.cache-suffix }}
|
||||
|
||||
Reference in New Issue
Block a user