From 6a3ed65e061a1367601a23e679b4b29243f755c6 Mon Sep 17 00:00:00 2001 From: fyears Date: Thu, 28 Oct 2021 01:48:31 +0800 Subject: [PATCH] no cache yet --- .github/workflows/auto-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index ebbd0ab..5b07b08 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -25,7 +25,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - run: npm install - run: npm run build - uses: actions/upload-artifact@v2