Skip to content

Commit

Permalink
feat: Update index
Browse files Browse the repository at this point in the history
  • Loading branch information
llccing committed May 20, 2024
1 parent 0ee8ebf commit 29be43f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
persist-credentials: false # 确保 git push 具有正确的权限

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.12.0' # 更新到满足要求的版本
node-version: '18.12.0' # 使用满足 Yarn 要求的版本

- name: Install dependencies
run: |
corepack enable
corepack prepare yarn@stable --activate
yarn
yarn install --immutable
- name: Build project
run: yarn build
Expand Down

0 comments on commit 29be43f

Please sign in to comment.