From 576e619d8e2d0db337cfac716846ba12c3b7166c Mon Sep 17 00:00:00 2001 From: Qiang Zhu Date: Mon, 29 Jan 2024 19:24:42 +0800 Subject: [PATCH] workflow --- .github/workflows/ut.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml index 2bc629f..be31896 100644 --- a/.github/workflows/ut.yml +++ b/.github/workflows/ut.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' - + node-version: "18.x" + - run: npm install - name: Test run: npm run test