Skip to content

Commit

Permalink
Fix: yarn install certificate has expired (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklightChen committed May 18, 2024
1 parent b862bac commit f63fc99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependency and build
run: |
yarn config set strict-ssl false
yarn install
yarn build
- name: Config Git
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/merge_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependency and build
run: |
yarn config set strict-ssl false
yarn install
yarn build

0 comments on commit f63fc99

Please sign in to comment.