Skip to content

Commit

Permalink
fix(CI): use old octokit version to support require
Browse files Browse the repository at this point in the history
新版本require存在问题,需要等octokit/octokit.js#2665 合并才能正常
  • Loading branch information
hudeng-go authored and UTsweetyfish committed May 6, 2024
1 parent 3ee6dc1 commit 0384b40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/06-deployed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- name: install depends for load scripts
run: |
npm install @octokit/rest
npm install @octokit/auth-app
npm install @octokit/rest@19.0.13
npm install @octokit/auth-app@6.1.1
npm install js-yaml
- name: Get token using github-script
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/07-sync-integration-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- name: install depends for load scripts
run: |
npm install @octokit/rest
npm install @octokit/auth-app
npm install @octokit/rest@19.0.13
npm install @octokit/auth-app@6.1.1
npm install js-yaml
- name: Get token using github-script
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issue-project-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
steps:
- name: Install depends for load scripts
run: |
npm install @octokit/rest
npm install @octokit/auth-app
npm install @octokit/rest@19.0.13
npm install @octokit/auth-app@6.1.1
- name: Get token using github-script
id: deepin-bot
Expand Down

0 comments on commit 0384b40

Please sign in to comment.