update .github/workflows/yudao-ui-admin.yml.
定义node.js版本用的 node-version,取参数用的matrix.node_version,所以一直取不到。 看了下GitHub Actions的历史记录,以前也取不到版本号,只不过以前GitHub应该是默认使用的16.x版本,现在默认使用18.x版本了,而项目最高支持到17.x,所以以前不报错,但现在报错了。 Signed-off-by: 六楼的雨 <nianqinianyi@163.com>
This commit is contained in:
parent
c419c1e107
commit
834675f5b6
2
.github/workflows/yudao-ui-admin.yml
vendored
2
.github/workflows/yudao-ui-admin.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 16.x]
|
||||
node_version: [14.x, 16.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user