From 7ecaa08f272183b92bef86e006079b499642ff37 Mon Sep 17 00:00:00 2001 From: Katsuya Hidaka Date: Sun, 12 Feb 2023 22:48:34 +0900 Subject: [PATCH] run on the node16 runtime by default See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2074247..2603f20 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: description: diff-pdf version. e.g. "0.5" required: true runs: - using: node12 + using: node16 main: dist/index.js