diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 321035a4..ec8e2332 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,7 @@ jobs: with: node-version: 'current' check-latest: true + cache: 'npm' - name: npm run lint run: | diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index 743cbd16..1bdf558f 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -16,6 +16,7 @@ jobs: with: node-version: 'current' check-latest: true + cache: 'npm' - name: Bot 🤖 "Updating NPM Packages..." run: |