From 3abd2d1fd2376ba9990fbc795e7a4c54254e9c61 Mon Sep 17 00:00:00 2001 From: Fuxing Loh <4266087+fuxingloh@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:05:42 +0800 Subject: [PATCH] chore: change node runtime for action from node16 to node20 (#222) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6c0d70a..610a3a4 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ inputs: default: ${{ github.token }} runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'