From 24d779d4abd4696d0be3b808941ae56e8677b5f8 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 1 Jul 2024 09:31:27 +0200 Subject: [PATCH] Make the action run on node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3b231fb..0a25076 100644 --- a/action.yml +++ b/action.yml @@ -8,5 +8,5 @@ inputs: description: 'A space-separated list of jobs that can be skipped' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' \ No newline at end of file