Skip to content

Commit c3db8ca

Browse files
committed
add no version param to proxy internal call
1 parent bc5f6ed commit c3db8ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ runs:
113113
--apimEnvironment "${{ env.APIM_ENV }}" \
114114
--boundedContext "notify-supplier" \
115115
--targetDomain "$TARGET_DOMAIN" \
116-
--version "${{ inputs.version }}"
116+
--version "${{ inputs.version }}" \
117+
--nodejs_version 22

0 commit comments

Comments
 (0)