From bdadd7db88f76fec0d5aa9068f142943aa485855 Mon Sep 17 00:00:00 2001 From: Lan Date: Tue, 26 Mar 2024 14:46:26 +0800 Subject: [PATCH] bump: run with node20 (#25) Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: oras-project/setup-oras@v1.1.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Fixes #23 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