Cache npm

This commit is contained in:
daz 2024-04-10 06:04:32 -06:00
parent 8bac4a819c
commit d28f25d60a
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View File

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

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