From aee22bb511bfb52e26461f8d4b4ee0758c6b11fa Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 20 Dec 2023 14:04:49 +0800 Subject: [PATCH] chore: update --- .github/workflows/ci.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd9d383..7420941 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,30 +28,3 @@ jobs: - name: Lint run: nr lint - test: - runs-on: ${{ matrix.os }} - - strategy: - matrix: - node: [20.x, 18.x] - os: [ubuntu-latest, windows-latest, macos-latest] - fail-fast: false - - steps: - - uses: actions/checkout@v3 - - name: Set node ${{ matrix.node }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node }} - - - name: Setup - run: npm i -g @antfu/ni - - - name: Install - run: nci - - - name: Build - run: nr build - - - name: Test - run: nr test