From e891ea6c47c608760c2b0cff6a0661bd09d3f2af Mon Sep 17 00:00:00 2001 From: byronogis Date: Thu, 5 Dec 2024 15:14:21 +0800 Subject: [PATCH] ci: decompress --- .github/workflows/ci.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f30b32..43b8360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,31 +31,6 @@ jobs: test: runs-on: ${{ matrix.os }} - strategy: - matrix: - node: [lts/*] - os: [ubuntu-latest, windows-latest, macos-latest] - fail-fast: false - - steps: - - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 - with: - run_install: false - - name: Set node ${{ matrix.node }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} - cache: pnpm - - - run: pnpm i -g @antfu/ni - - run: nci - - run: nr build - - run: nr test - - coverage: - runs-on: ${{ matrix.os }} - strategy: matrix: node: [lts/*]