Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-oleksyuk committed Jan 2, 2025
1 parent ff4cb25 commit 08b7bb6
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 346 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
timeout-minutes: 5
with:
cache: pnpm
node-version: 20.x
node-version: 22.x

- name: 📦 Install dependencies
env:
PNPM_FLAGS: --frozen-lockfile --color=always
run: pnpm i ${{ env.PNPM_FLAGS }}

- name: ⚡️ Build site with VitePress
run: pnpm notes:build
run: pnpm build
env:
VITE_GTAG: ${{ vars.VITE_GTAG }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

strategy:
matrix:
node: [20.x, 21.x]
node: [22.x, 23.x]

steps:
- name: 🛎️ Checkout
Expand All @@ -64,4 +64,4 @@ jobs:
run: pnpm i ${{ env.PNPM_FLAGS }}

- name: ⚡️ Build site with VitePress
run: pnpm notes:build
run: pnpm build
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"url": "https://github.com/maks-oleksyuk"
},
"scripts": {
"notes:dev": "vitepress dev",
"notes:build": "vitepress build",
"notes:preview": "vitepress preview",
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"lint:format": "prettier -c ./ '!pnpm-lock.yaml' --cache",
"lint:format:fix": "prettier -wl ./ '!pnpm-lock.yaml' --cache"
},
"devDependencies": {
"@nolebase/vitepress-plugin-enhanced-readabilities": "2.11.1",
"prettier": "^3.4.1",
"@nolebase/vitepress-plugin-enhanced-readabilities": "2.12.0",
"prettier": "^3.4.2",
"vitepress": "^1.5.0",
"vitepress-plugin-back-to-top": "^1.0.1",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-tabs": "^0.5.0",
"vitepress-sidebar": "^1.29.0",
"vitepress-sidebar": "^1.30.2",
"vue": "^3.5.13"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.15.2",
"engines": {
"pnpm": ">=9",
"node": ">=20"
"node": ">=22"
},
"prettier": {
"bracketSameLine": true,
Expand Down
Loading

0 comments on commit 08b7bb6

Please sign in to comment.