mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Update cache dep path
This commit is contained in:
3
.github/workflows/publish_docs.yaml
vendored
3
.github/workflows/publish_docs.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user