Skip to content

Commit 12c9868

Browse files
committed
Use node16 for start-proxy Action for v2 release
1 parent befbb8b commit 12c9868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-proxy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ outputs:
1717
proxy_ca_certificate:
1818
description: The proxy's internal CA certificate in PEM format
1919
runs:
20-
using: node20
20+
using: node16
2121
main: "../lib/start-proxy-action.js"
2222
post: "../lib/start-proxy-action-post.js"

0 commit comments

Comments
 (0)