Comparing version 5.0.3 to 5.0.4
{ | ||
"name": "env-ci", | ||
"description": "Get environment variables exposed by CI services", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"author": "Pierre Vanduynslager (https://github.com/pvdlg)", | ||
@@ -97,3 +97,4 @@ "ava": { | ||
"semantic-release": "semantic-release", | ||
"test": "xo && nyc ava -v" | ||
"test": "npm run lint && npm run test:ci", | ||
"test:ci": "nyc ava -v" | ||
}, | ||
@@ -106,3 +107,8 @@ "xo": { | ||
} | ||
}, | ||
"renovate": { | ||
"extends": [ | ||
"github>semantic-release/.github" | ||
] | ||
} | ||
} |
@@ -26,3 +26,3 @@ // https://help.github.com/en/articles/virtual-environments-for-github-actions#environment-variables | ||
configuration({env, cwd}) { | ||
const isPr = env.GITHUB_EVENT_NAME === 'pull_request'; | ||
const isPr = env.GITHUB_EVENT_NAME === 'pull_request' || env.GITHUB_EVENT_NAME === 'pull_request_target'; | ||
const branch = parseBranch(env.GITHUB_REF); | ||
@@ -29,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
43084
0