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