From c5db72fd656130cd8176924a84870e33eb32e837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Mon, 28 Oct 2024 17:02:04 +0800 Subject: [PATCH] chore: npm --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd723a3..5c33b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: lts/* - name: Setup - run: pnpm i -g @antfu/ni + run: npm i -g @antfu/ni - name: Install run: nci @@ -45,7 +45,7 @@ jobs: node-version: ${{ matrix.node }} - name: Setup - run: pnpm i -g @antfu/ni + run: npm i -g @antfu/ni - name: Install run: nci