Cache npm

This commit is contained in:
daz
2024-04-10 06:04:32 -06:00
parent 8bac4a819c
commit d28f25d60a
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: sources/package-lock.json
- name: Build
run: |
npm -v