From 39a0b01fd72eca00b3596a489f9e6d2c7dfec0a4 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Tue, 12 Mar 2024 10:44:32 +0800 Subject: [PATCH] Run with node20. Signed-off-by: Lan Liang --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index daf5c3e..a75273e 100644 --- a/action.yml +++ b/action.yml @@ -22,5 +22,5 @@ inputs: required: false default: 1.1.0 runs: - using: node16 - main: dist/index.js \ No newline at end of file + using: node20 + main: dist/index.js