mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Upgrade packages for documentation and desktop app
This commit is contained in:
4
.github/workflows/github_pages_deploy.yml
vendored
4
.github/workflows/github_pages_deploy.yml
vendored
@@ -20,9 +20,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
# 👇 Build steps
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
cache-dependency-path: documentation/yarn.lock
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user