mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Add a yarn.lock file and use for node.js setup
This commit is contained in:
1
.github/workflows/github_pages_deploy.yml
vendored
1
.github/workflows/github_pages_deploy.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: yarn
|
||||
cache-dependency-path: documentation/yarn.lock
|
||||
- name: Install dependencies
|
||||
working-directory: documentation
|
||||
run: yarn install --frozen-lockfile --non-interactive
|
||||
|
||||
Reference in New Issue
Block a user