更新 .gitea/workflows/matrix-node.yaml
Some checks failed
Gitea Actions Demo / test (push) Has been cancelled
Gitea Actions Demo / build (push) Has been cancelled
Gitea Actions Demo / Gitea-Actions (push) Failing after 34m1s
build / build (16.x) (push) Failing after 37m0s
build / build (18.x) (push) Failing after 29m13s
Gitea Actions Demo / setup (push) Has been cancelled
build / build (10.x) (push) Has been cancelled
Some checks failed
Gitea Actions Demo / test (push) Has been cancelled
Gitea Actions Demo / build (push) Has been cancelled
Gitea Actions Demo / Gitea-Actions (push) Failing after 34m1s
build / build (16.x) (push) Failing after 37m0s
build / build (18.x) (push) Failing after 29m13s
Gitea Actions Demo / setup (push) Has been cancelled
build / build (10.x) (push) Has been cancelled
This commit is contained in:
parent
217851f7f7
commit
fdc5758bf1
@ -10,7 +10,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10.x,18.x]
|
node-version: [10.x,16.x,18.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -19,5 +19,8 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
- name: install
|
- name: Node Version
|
||||||
run: node -v
|
run: node -v
|
||||||
|
# 安装依赖
|
||||||
|
- name: Install
|
||||||
|
run: npm install
|
Loading…
x
Reference in New Issue
Block a user