Browse Source

CI: cache npm

pull/686/head
Philip H. 1 year ago
parent
commit
b8a77bf2d8
  1. 1
      .github/workflows/lint.yml
  2. 1
      .github/workflows/npm-update-bot.yml

1
.github/workflows/lint.yml

@ -17,6 +17,7 @@ jobs:
with:
node-version: 'current'
check-latest: true
cache: 'npm'
- name: npm run lint
run: |

1
.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: |

Loading…
Cancel
Save