From 15db1139bd5ddf1b48add83012e3e6ad003a3d09 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 25 Jan 2024 07:33:57 -0600 Subject: [PATCH] Upgrade to Node 20 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 dd1f4d9..d6c5cc2 100644 --- a/action.yml +++ b/action.yml @@ -35,5 +35,5 @@ inputs: The version number of Ormolu to use. Defaults to "latest". default: latest runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'