+14
-8
lines changedFilter options
+14
-8
lines changed Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ exports.isCI = !!(
36
36
env.CI !== 'false' && // Bypass all checks if CI env is explicitly set to 'false'
37
37
(env.BUILD_ID || // Jenkins, Cloudbees
38
38
env.BUILD_NUMBER || // Jenkins, TeamCity
39
-
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
39
+
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages/Workers
40
40
env.CI_APP_ID || // Appflow
41
41
env.CI_BUILD_ID || // Appflow
42
42
env.CI_BUILD_NUMBER || // Appflow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ci-info",
3
-
"version": "4.2.0",
3
+
"version": "4.3.0",
4
4
"description": "Get details about the current Continuous Integration environment",
5
5
"main": "index.js",
6
6
"typings": "index.d.ts",
@@ -36,14 +36,15 @@
36
36
"CHANGELOG.md"
37
37
],
38
38
"scripts": {
39
+
"build": "node sort-vendors.js && node create-typings.js",
39
40
"lint:fix": "standard --fix",
40
41
"test": "standard && node test.js",
41
42
"prepare": "husky install || true"
42
43
},
43
44
"devDependencies": {
44
45
"clear-module": "^4.1.2",
45
46
"husky": "^9.1.7",
46
-
"publint": "^0.3.8",
47
+
"publint": "^0.3.12",
47
48
"standard": "^17.1.2",
48
49
"tape": "^5.9.0"
49
50
},
Original file line number Diff line number Diff line change
@@ -90,6 +90,11 @@
90
90
"constant": "CLOUDFLARE_PAGES",
91
91
"env": "CF_PAGES"
92
92
},
93
+
{
94
+
"name": "Cloudflare Workers",
95
+
"constant": "CLOUDFLARE_WORKERS",
96
+
"env": "WORKERS_CI"
97
+
},
93
98
{
94
99
"name": "Codefresh",
95
100
"constant": "CODEFRESH",
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@
98
98
"archy": "~1.0.0",
99
99
"cacache": "^19.0.1",
100
100
"chalk": "^5.4.1",
101
-
"ci-info": "^4.2.0",
101
+
"ci-info": "^4.3.0",
102
102
"cli-columns": "^4.0.0",
103
103
"fastest-levenshtein": "^1.0.16",
104
104
"fs-minipass": "^3.0.3",
@@ -6143,9 +6143,9 @@
6143
6143
}
6144
6144
},
6145
6145
"node_modules/ci-info": {
6146
-
"version": "4.2.0",
6147
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.2.0.tgz",
6148
-
"integrity": "sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==",
6146
+
"version": "4.3.0",
6147
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.0.tgz",
6148
+
"integrity": "sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==",
6149
6149
"funding": [
6150
6150
{
6151
6151
"type": "github",
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@
65
65
"archy": "~1.0.0",
66
66
"cacache": "^19.0.1",
67
67
"chalk": "^5.4.1",
68
-
"ci-info": "^4.2.0",
68
+
"ci-info": "^4.3.0",
69
69
"cli-columns": "^4.0.0",
70
70
"fastest-levenshtein": "^1.0.16",
71
71
"fs-minipass": "^3.0.3",
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4