diff --git a/.github/workflows/vm-lint.yml b/.github/workflows/vm-lint.yml index 89d6158563..00dba91e8b 100644 --- a/.github/workflows/vm-lint.yml +++ b/.github/workflows/vm-lint.yml @@ -24,7 +24,7 @@ jobs: uses: actions/cache@v1 with: path: node_modules - key: "${{ runner.os }}-node8-${{ hashFiles('**/package.json') }}" + key: "${{ runner.os }}-node12-${{ hashFiles('**/package.json') }}" - run: npm install if: steps.cache-node-modules.outputs.cache-hit != 'true' working-directory: '${{ env.cwd }}'