We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 847d04f + fc557a5 commit 1b959f5Copy full SHA for 1b959f5
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ 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
.gitignore
@@ -3,5 +3,4 @@ cache
3
dist
4
.vscode
5
.idea
6
-docs/.vitepress/cache
7
-package-lock.json
+docs/.vitepress/cache
0 commit comments