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