From 2c72b81d1ccb7264c616faef0bcba130fc2a0b6a Mon Sep 17 00:00:00 2001 From: jhsware Date: Mon, 31 Oct 2022 15:49:33 +0100 Subject: [PATCH] Bump Node version to 16 "Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actionsx/prettier" --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 05f3d55..ef23ea0 100644 --- a/action.yml +++ b/action.yml @@ -8,5 +8,5 @@ inputs: description: Prettier CLI arguments required: true runs: - using: node12 + using: node16 main: dist/index.js