From 91f6e3bc246b40cef723a4c605544a86bea9b716 Mon Sep 17 00:00:00 2001 From: koushenhai <2413176044@qq.com> Date: Sat, 20 Jul 2024 15:08:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AFci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4c020e6f02..21b2211aac 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,13 +18,13 @@ jobs: node-version: [ 18.x ] steps: - uses: actions/checkout@v4 + - name: Use UI + uses: ./ui - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - - name: Use UI - uses: ./ui - run: npm cache clean --force - run: npm install - run: npm run dev