From a2ef50da1636e2c3db8bd3398ca8ace9098caaa1 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Tue, 19 Nov 2024 16:59:34 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb63d56..83ed09c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Unlike the official [actions/runner](https://github.com/actions/runner), this wo (*1) Reachable docker daemon use `DOCKER_HOST` to specify a remote host. ### NodeJS via PATH -(*2) For best compatibility with existing nodejs actions, please add nodejs in version 12 to your `PATH`, newer nodejs versions might lead to workflow failures. +(*2) For best compatibility with existing nodejs actions, please add nodejs in version 20 to your `PATH`, newer nodejs versions might lead to workflow failures. ## Usage for github releases