From 85e9a5b88fe4473492948f14a4d97580fb4f3756 Mon Sep 17 00:00:00 2001 From: George Elliott-Hunter <126668146+george-palmsens@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:34:00 +0200 Subject: [PATCH 1/2] Node16->Node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 05c15ca..e738d21 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ outputs: cache-hit: description: 'A boolean value to indicate if cache was found and restored' runs: - using: 'node16' + using: 'node20' main: 'dist/main.js' post: 'dist/post.js' post-if: success() From e66b5d341d208ec74ffb846547132c7172a23c39 Mon Sep 17 00:00:00 2001 From: George Elliott-Hunter Date: Tue, 2 Apr 2024 13:37:47 +0200 Subject: [PATCH 2/2] Trigger CI