Skip to content

Commit

Permalink
Pin back tmp, which has dropped node12 without a bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Feb 28, 2024
1 parent 52b73d4 commit a42b782
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"matchPackageNames": ["pretty-ms"],
"allowedVersions": "^8"
},
{
"matchPackageNames": ["tmp"],
"allowedVersions": "0.2.1"
},
{
"matchManagers": ["github-actions"],
"groupName": "github actions",
Expand Down
6 changes: 6 additions & 0 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ module.exports = {
if (major === "0") return "minor";
return "latest";
},
reject: (name, semver) => {
if (name === "tmp") {
return true;
}
return false;
},
};
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"execa": "^6.1.0",
"moq.ts": "^10.1.0",
"rimraf": "^5.0.5",
"tmp": "^0.2.1",
"tmp": "0.2.1",
"typescript": "^5.3.3"
},
"overrides": {
Expand Down

0 comments on commit a42b782

Please sign in to comment.