🔧 chore(deploy_gh-pages.yml): add cache dependency path for npm cache to include ./docs/package-lock.json
🔧 chore(deploy_gh-pages.yml): update node version to 18 for the deployment job
This commit is contained in:
parent
2de7fe1c13
commit
b98fb4b4fa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy_gh-pages.yml
vendored
1
.github/workflows/deploy_gh-pages.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
cache-dependency-path: ./docs/package-lock.json
|
||||
|
||||
- name: Install dependencies
|
||||
run: cd docs && npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue