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 86c4c61 commit dfd5c78Copy full SHA for dfd5c78
.github/workflows/deploy.yml
@@ -39,10 +39,10 @@ jobs:
39
- name: Setup Node
40
uses: actions/setup-node@v4
41
with:
42
- node-version: 20
+ node-version: 22
43
cache: npm # or pnpm / yarn
44
- name: Setup Pages
45
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
46
- name: Install dependencies
47
run: npm ci # or pnpm install / yarn install / bun install
48
- name: Build with VitePress
0 commit comments