From 190d4b22e4b93ecc81cc7c6b946a6cc5965abd8a Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 26 Jan 2024 17:14:54 +0100 Subject: [PATCH] Bump to node20 (#33) node16 is deprecated, see https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 840a09e..b217ca7 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ outputs: content: description: 'File content' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'