3 Commits

Author SHA1 Message Date
YunYouJun
21f74b3c48 chore: release v1.2.4 2025-01-24 11:40:38 +08:00
YunYouJun
5fa5944dff chore: fix ci node version 2025-01-24 11:40:02 +08:00
YunYouJun
1af9e36fc0 chore: upgrade readme 2025-01-24 11:36:35 +08:00
4 changed files with 16 additions and 4 deletions

View File

@@ -17,10 +17,10 @@ jobs:
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
# after pnpm # after pnpm
- name: Use Node.js 16 - name: Use Node.js LTS
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: lts/*
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
cache: pnpm cache: pnpm

View File

@@ -14,8 +14,19 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
# after pnpm
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
registry-url: https://registry.npmjs.org/
cache: pnpm
- name: Install Vercel CLI - name: Install Vercel CLI
run: npm install --global vercel@latest run: pnpm i -g vercel@latest
- name: Pull Vercel Environment Information - name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts - name: Build Project Artifacts

View File

@@ -10,6 +10,7 @@
### 网页版本 ### 网页版本
- 网站链接:[cook.yunyoujun.cn](https://cook.yunyoujun.cn) - 网站链接:[cook.yunyoujun.cn](https://cook.yunyoujun.cn)
- 国内加速:[cook.yunle.fun](https://cook.yunle.fun)
- 备用:[cook.yyj.moe](https://cook.yyj.moe) - 备用:[cook.yyj.moe](https://cook.yyj.moe)
- 开发版:[cook.yunle.app](https://cook.yunle.app) - 开发版:[cook.yunle.app](https://cook.yunle.app)

View File

@@ -1,6 +1,6 @@
{ {
"type": "module", "type": "module",
"version": "1.2.3", "version": "1.2.4",
"private": true, "private": true,
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.4",
"engines": { "engines": {