From 9bfbd109d427b2fba36b6c737e42f4640f1310dc Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 30 Jul 2024 11:50:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.gitea/workflows/matrix-no?= =?UTF-8?q?de.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/matrix-node.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitea/workflows/matrix-node.yaml diff --git a/.gitea/workflows/matrix-node.yaml b/.gitea/workflows/matrix-node.yaml deleted file mode 100644 index e3490cd..0000000 --- a/.gitea/workflows/matrix-node.yaml +++ /dev/null @@ -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