From 76410100d938e78c6fd3f4fe9586bb7bcee9d992 Mon Sep 17 00:00:00 2001 From: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Date: Sun, 28 Jan 2024 15:06:48 +0800 Subject: [PATCH] Update the node.js runtime to node.js 20 Thanks to @MehdiChinoune . Per https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions --- action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/action.yml b/action/action.yml index d69a62df..334d0075 100644 --- a/action/action.yml +++ b/action/action.yml @@ -76,5 +76,5 @@ inputs: example-modules: description: Space-separated list of additional example modules to install. runs: - using: node16 + using: node20 main: lib/main.js