We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59608d commit 616e405Copy full SHA for 616e405
docs/others/vitepress/getting-started.md
@@ -180,7 +180,7 @@ on:
180
181
jobs:
182
build-docs:
183
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
184
permissions:
185
contents: write
186
concurrency:
@@ -194,7 +194,7 @@ jobs:
194
- name: Setup Node
195
uses: actions/setup-node@v3
196
with:
197
- node-version: '16.x'
+ node-version: '18.x'
198
199
- name: Get yarn cache
200
id: yarn-cache
0 commit comments