diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8543823..d9581c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 16 + cache: 'npm' + cache-dependency-path: 'package-lock.json' - name: Test code with ESLint run: eslint "./dist/**"