mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Update node version in github action
This commit is contained in:
parent
bd9aa578f4
commit
ad95e88838
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github_pages_deploy.yml
vendored
2
.github/workflows/github_pages_deploy.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 18.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: documentation/yarn.lock
|
cache-dependency-path: documentation/yarn.lock
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue