Downgrade action.yml to use Node.js 20 instead of Node.js 24 for v3

This commit is contained in:
Mario Campos
2025-10-07 10:29:22 -05:00
parent b264e15259
commit 01f1a24033
7 changed files with 7 additions and 7 deletions

View File

@@ -29,6 +29,6 @@ outputs:
proxy_urls:
description: A stringified JSON array of objects containing the types and URLs of the configured registries.
runs:
using: node24
using: node20
main: "../lib/start-proxy-action.js"
post: "../lib/start-proxy-action-post.js"