🔧 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:
Gabriel Luiz Freitas Almeida 2023-07-12 18:30:36 -03:00
commit b98fb4b4fa

View file

@ -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