From 23078aa62570730cd6325a596f22181ef5643128 Mon Sep 17 00:00:00 2001 From: xRain Date: Thu, 11 Apr 2024 20:29:20 +0800 Subject: [PATCH] update to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7748b95..19197af 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:18 + - uses: docker://node:20 with: entrypoint: "/bin/bash" args: |