删除 .gitea/workflows/matrix-node.yaml
Some checks failed
Gitea Actions Demo / build-docker (push) Waiting to run
Gitea Actions Demo / Gitea-Actions (push) Waiting to run
Cache Npx / task (push) Waiting to run
Gitea Actions Demo / setup (push) Failing after 7m0s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Some checks failed
Gitea Actions Demo / build-docker (push) Waiting to run
Gitea Actions Demo / Gitea-Actions (push) Waiting to run
Cache Npx / task (push) Waiting to run
Gitea Actions Demo / setup (push) Failing after 7m0s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
This commit is contained in:
parent
0b081c37ad
commit
9bfbd109d4
@ -1,23 +0,0 @@
|
|||||||
name: build
|
|
||||||
|
|
||||||
on:
|
|
||||||
push
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [10.x,16.x,18.x]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node-version }}
|
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
# 安装依赖
|
|
||||||
- name: Node Version
|
|
||||||
run: node -v
|
|
Loading…
x
Reference in New Issue
Block a user