Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
curder authored Sep 3, 2024
1 parent b59608d commit 616e405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/others/vitepress/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ on:

jobs:
build-docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
concurrency:
Expand All @@ -194,7 +194,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Get yarn cache
id: yarn-cache
Expand Down

0 comments on commit 616e405

Please sign in to comment.