Update cache dep path

This commit is contained in:
AngrySoundTech
2025-01-11 14:04:44 -05:00
parent 89f58d591c
commit bc2cb7001a

View File

@@ -23,10 +23,11 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
cache-dependency-path: ./docs/package-lock.json
- name: NPM Install
run: npm ci