| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7ec3709 commit 4e53f51
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21891,7 +21891,7 @@ function _supportsColor(haveStream, {streamIsTTY, sniffFlags = true} = {}) { | |||
| 21891 | 21891 | return 1; | |
| 21892 | 21892 | } | |
| 21893 | 21893 | if ('CI' in env) { | |
| 21894 | - if ('GITHUB_ACTIONS' in env) { | ||
| 21894 | + if ('GITHUB_ACTIONS' in env || 'GITEA_ACTIONS' in env) { | ||
| 21895 | 21895 | return 3; | |
| 21896 | 21896 | } | |
| 21897 | 21897 | if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI', 'BUILDKITE', 'DRONE'].some(sign => sign in env) || env.CI_NAME === 'codeship') { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | "devDependencies": { | |
| 17 | 17 | "@rollup/plugin-commonjs": "^25.0.2", | |
| 18 | 18 | "@rollup/plugin-node-resolve": "^15.1.0", | |
| 19 | - "rollup": "^3.25.2", | ||
| 19 | + "rollup": "^3.26.0", | ||
| 20 | 20 | "rollup-plugin-cleanup": "^3.2.1" | |
| 21 | 21 | } | |
| 22 | 22 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments