Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit d02b0c3

Browse files
committed
fix ci
1 parent 993b3b0 commit d02b0c3

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
cache: yarn # or pnpm / npm
1919
- name: Install dependencies
2020
run: yarn install # or pnpm install / npm ci

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18
36+
node-version: 20
3737
cache: yarn # or pnpm / npm
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: yarn
2929

3030
- name: Install dependencies

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"name": "evolve-docs",
3+
"version": "1.0.0",
4+
"license": "MIT",
25
"scripts": {
36
"dev": "vitepress dev",
47
"build": "vitepress build",

0 commit comments

Comments
 (0)