Merge pull request 'update-dependencies' (#10) from update-dependencies into main
Reviewed-on: #10
This commit is contained in:
@@ -21,22 +21,21 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- name: 🔧Install Bun
|
||||||
name: 🔧Install pnpm
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
run_install: false
|
bun-version: latest
|
||||||
|
|
||||||
- name: 🔧Install Node.js
|
- name: 🔧Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 22
|
||||||
cache: 'pnpm'
|
|
||||||
|
|
||||||
- name: 🔧Install dependencies
|
- name: 🔧Install dependencies
|
||||||
run: pnpm install
|
run: bun install
|
||||||
|
|
||||||
- name: 🔴Build doc
|
- name: 🔴Build doc
|
||||||
run: pnpm run docs:build
|
run: bun run docs:build
|
||||||
|
|
||||||
- name: 🚀 Deploy to Cloudflare Pages
|
- name: 🚀 Deploy to Cloudflare Pages
|
||||||
uses: cloudflare/wrangler-action@v3
|
uses: cloudflare/wrangler-action@v3
|
||||||
|
|||||||
@@ -18,22 +18,21 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- name: 🔧Install Bun
|
||||||
name: 🔧Install pnpm
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
run_install: false
|
bun-version: latest
|
||||||
|
|
||||||
- name: 🔧Install Node.js
|
- name: 🔧Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 22
|
||||||
cache: 'pnpm'
|
|
||||||
|
|
||||||
- name: 🔧Install dependencies
|
- name: 🔧Install dependencies
|
||||||
run: pnpm install
|
run: bun install
|
||||||
|
|
||||||
- name: 🔴Build doc
|
- name: 🔴Build doc
|
||||||
run: pnpm run docs:build
|
run: bun run docs:build
|
||||||
|
|
||||||
- name: 🚀 Deploy to Cloudflare Pages
|
- name: 🚀 Deploy to Cloudflare Pages
|
||||||
id: deploy
|
id: deploy
|
||||||
|
|||||||
@@ -11,15 +11,14 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vuepress/bundler-vite": "2.0.0-rc.21",
|
"@vuepress/bundler-vite": "2.0.0-rc.21",
|
||||||
"vue": "^3.5.13",
|
"vue": "^3.5.27",
|
||||||
"vuepress": "2.0.0-rc.21",
|
"vuepress": "2.0.0-rc.21",
|
||||||
"vuepress-theme-hope": "2.0.0-rc.82"
|
"vuepress-theme-hope": "2.0.0-rc.82"
|
||||||
},
|
},
|
||||||
"volta": {
|
|
||||||
"node": "20.11.0"
|
|
||||||
},
|
|
||||||
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
|
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"baseline-browser-mapping": "^2.9.19",
|
||||||
|
"caniuse-lite": "^1.0.30001766",
|
||||||
"mathjax-full": "^3.2.2"
|
"mathjax-full": "^3.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4382
pnpm-lock.yaml
generated
4382
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user