diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3abd8a657..c880d5203 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '16' + cache: npm - run: npm ci - run: npm run lint