From c589bd836d09412195ab1abb40405347a3edb375 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 8 Oct 2021 22:39:35 +0800 Subject: [PATCH] [test] change to npm install for pull requests --- .github/workflows/auto-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 1d4452ad2..c59a61b91 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -27,7 +27,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - run: npm run install-legacy - run: npm run build - run: npm test env: