From e03cbde834243012b9602cc75d954d92ea9e2265 Mon Sep 17 00:00:00 2001 From: xRain Date: Thu, 23 Apr 2026 21:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a1a19b2..43b8070 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ description: 'build docker image and push to simcu code' runs: using: 'composite' steps: - - uses: docker://node:20 + - uses: docker://node:24 with: entrypoint: "/bin/bash" args: |