feat(ci): base cache key on package-lock.json

This commit is contained in:
Timothy Stewart 2025-02-21 23:27:11 -06:00
parent 61db806f05
commit cf1df9e6ed

View File

@ -19,6 +19,7 @@ jobs:
with: with:
node-version: v21.1.0 node-version: v21.1.0
cache: 'npm' cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install Dependencies and Build - name: Install Dependencies and Build
run: | run: |