From 3d0a0a612dbb56895cb704fdb4157adae1a43567 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Sat, 20 Feb 2021 13:11:31 +0800 Subject: [PATCH] Disable node_modules cache --- .github/workflows/tester.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 6d7856c..d18b60f 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -15,12 +15,6 @@ jobs: repository: hexojs/hexo-starter - name: Use Node.js uses: actions/setup-node@v2 - - name: Cache NPM dependencies - uses: actions/cache@v2 - with: - path: node_modules - key: ${{ runner.os }}-npm-cache - restore-keys: ${{ runner.os }}-npm-cache - name: Install Dependencies run: npm install - uses: actions/checkout@v2