Update ui-workflow.yml

This commit is contained in:
Alexey Grigorkin
2022-07-12 15:24:20 +03:00
committed by GitHub
parent e064703780
commit c1c6444f4d

View File

@@ -17,10 +17,10 @@ on:
type: boolean type: boolean
default: true default: true
NODE_VERSION: NODE_VERSION:
description: "Node version to setup. Default is 14." description: "Node version to setup. Default is 16."
required: false required: false
type: string type: string
default: '14' default: '16'
secrets: secrets:
SECRET_GH_TOKEN_CAN_READ_PACKAGES: SECRET_GH_TOKEN_CAN_READ_PACKAGES:
required: true required: true