更新 .gitea/workflows/matrix-node.yaml
Some checks reported warnings
Gitea Actions Demo / setup (push) Has been cancelled
Gitea Actions Demo / test (push) Has been cancelled
Gitea Actions Demo / build (push) Has been cancelled
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled
build / build (10.x) (push) Successful in 5s
build / build (16.x) (push) Successful in 5s
build / build (18.x) (push) Successful in 5s

This commit is contained in:
huanghs 2023-10-26 14:01:41 +08:00
parent 98f9f20b57
commit 60a2db5404

View File

@ -17,6 +17,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# 安装依赖
- name: Node Version
run: node -v