Skip to content

Commit

Permalink
build: Update to the latest Vitepress RC
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuegler committed Aug 9, 2023
1 parent 3907f3e commit 066dae9
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up nodejs v16
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npx -y pnpm install
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default defineConfig({
},
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/i18next/i18next-vue' }
{ icon: 'github' as const, link: 'https://github.com/i18next/i18next-vue' }
],
lastUpdated: {
text: 'Last Updated',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
},
"devDependencies": {
"gh-pages": "^5.0.0",
"vitepress": "^1.0.0-beta.6"
"vitepress": "^1.0.0-rc.4"
},
"type": "module",
"files": []
}
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 066dae9

Please sign in to comment.