diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 1e4509f78..522519086 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -12,20 +12,23 @@ jobs: with: fetch-depth: 2 - - name: Setup Node.js 14.21.x + - name: Setup Node.js 18.20.x uses: actions/setup-node@v4 with: - node-version: 14.21.x + node-version: 18.20.x cache: 'yarn' + - name: Install dependencies + run: | + cd hi-test + yarn install + # - name: Cache dependencies # - name: Install dependencies # run: | # yarn config set strict-ssl false # yarn - # - name: Run - # run: | - # yarn storybook + - name: Test run: |