From 9734656df28f1ed1bff385321e07ec3f943ce3d8 Mon Sep 17 00:00:00 2001 From: Shane Powser Date: Thu, 16 Nov 2023 09:29:35 -0800 Subject: [PATCH] Support node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fff48757..e5b09640 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ inputs: description: 'Additional options supported by postgresql simple SQL shell. These options will be applied when executing the given file on the Azure DB for Postgresql. In case of multiple files, the same args will be applied for all files' required: false runs: - using: 'node12' + using: 'node16' main: 'lib/main.js'