Skip to content

Commit

Permalink
chore: 配置yarn忽视引擎错误
Browse files Browse the repository at this point in the history
  • Loading branch information
AyalaKaguya committed Jul 9, 2024
1 parent ec8fa76 commit 4f59b0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
node-version: 20
cache: yarn

- name: 配置yarn忽视引擎错误
run: yarn config set ignore-engines true

- name: 安装依赖
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 4f59b0e

Please sign in to comment.