From c1c6444f4d53f8d16473d367fdfeeb06f4e05853 Mon Sep 17 00:00:00 2001 From: Alexey Grigorkin Date: Tue, 12 Jul 2022 15:24:20 +0300 Subject: [PATCH] Update ui-workflow.yml --- .github/workflows/ui-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-workflow.yml b/.github/workflows/ui-workflow.yml index 0675af6..c3d7642 100644 --- a/.github/workflows/ui-workflow.yml +++ b/.github/workflows/ui-workflow.yml @@ -17,10 +17,10 @@ on: type: boolean default: true NODE_VERSION: - description: "Node version to setup. Default is 14." + description: "Node version to setup. Default is 16." required: false type: string - default: '14' + default: '16' secrets: SECRET_GH_TOKEN_CAN_READ_PACKAGES: required: true