更新 .gitea/workflows/matrix-node.yaml
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled
Gitea Actions Demo / test (push) Has been cancelled
Gitea Actions Demo / build (push) Has been cancelled
build / build (10.x) (push) Has started running
Gitea Actions Demo / setup (push) Has been cancelled
build / build (18.x) (push) Failing after 5m18s
build / build (16.x) (push) Has started running

This commit is contained in:
huanghs 2023-10-25 17:03:55 +08:00
parent fdc5758bf1
commit 1ccbab49ae

View File

@ -7,7 +7,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
strategy:
matrix:
node-version: [10.x,16.x,18.x]
@ -23,4 +24,4 @@ jobs:
run: node -v
# 安装依赖
- name: Install
run: npm install
run: npm install