From 64e6f84d5d531ef5e1234178734631b8be734b85 Mon Sep 17 00:00:00 2001 From: Andy Holmes Date: Wed, 20 Mar 2024 20:04:04 -0700 Subject: [PATCH] build: update action to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2563018..62fc096 100644 --- a/action.yml +++ b/action.yml @@ -68,5 +68,5 @@ inputs: Extra command-line options for `flatpak build-bundle`. required: false runs: - using: node16 + using: node20 main: dist/index.js