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