diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c3f791c..c4d1f98e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,7 @@ jobs: uses: actions/setup-node@25316bbc1f10ac9d8798711f44914b1cf3c4e954 # renovate: tag=v2.4.0 with: node-version: '12.x' + cache: 'npm' - name: Install project run: npm ci - name: Lint