Skip to content

Commit

Permalink
fix: pin glob to 10.3.4
Browse files Browse the repository at this point in the history
We can unpin it once the bot is running on Node.js 14.18 or newer.

Fixes: nodejs/build#3720
  • Loading branch information
Trott committed May 14, 2024
1 parent c5ba723 commit 0abc442
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions 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 @@ -24,7 +24,7 @@
"dotenv": "^16.4.5",
"events-async": "^1.2.1",
"express": "^4.19.2",
"glob": "^10.3.15"
"glob": "10.3.14"
},
"devDependencies": {
"eventsource": "^2.0.2",
Expand Down

0 comments on commit 0abc442

Please sign in to comment.