From 94ff66b643c589d85c4c4a1e29cf5593e088b0b8 Mon Sep 17 00:00:00 2001 From: xRain Date: Sat, 20 Apr 2024 08:14:25 +0800 Subject: [PATCH] for old angular 11 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 151ead4..2afd6d7 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:16 with: entrypoint: "/bin/bash" args: |