Skip to content

Commit 616e405

Browse files
authored
Update getting-started.md
1 parent b59608d commit 616e405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/others/vitepress/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ on:
180180

181181
jobs:
182182
build-docs:
183-
runs-on: ubuntu-22.04
183+
runs-on: ubuntu-24.04
184184
permissions:
185185
contents: write
186186
concurrency:
@@ -194,7 +194,7 @@ jobs:
194194
- name: Setup Node
195195
uses: actions/setup-node@v3
196196
with:
197-
node-version: '16.x'
197+
node-version: '18.x'
198198

199199
- name: Get yarn cache
200200
id: yarn-cache

0 commit comments

Comments
 (0)