This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
name:yudao-ui-admin CI
# 在master分支发生push事件时触发。
on:
push:
branches:[master ]
# pull_request:
# branches: [ master ]
env:# 设置环境变量
TZ:Asia/Shanghai# 时区(设置时区可使页面中的`最近更新时间`使用时区时间)
WORK_DIR:yudao-ui-admin#工作目录
defaults:
run:
shell:bash
working-directory:yudao-ui-admin
jobs:
build:# 自定义名称
runs-on:ubuntu-latest# 运行在虚拟机环境ubuntu-latest
strategy:
matrix:
node_version:[14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/