Skip to content

Commit

Permalink
Build: Update release dependencies
Browse files Browse the repository at this point in the history
In particular, the `node-packager` update is required for the release process
to work on newer Node.js versions.

Closes gh-2239
  • Loading branch information
mgol authored Apr 22, 2024
1 parent 4da7a30 commit 9fcae94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Release.define( {
};

module.exports.dependencies = [
"[email protected].7",
"[email protected].6",
"[email protected].4"
"[email protected].12",
"[email protected].7",
"[email protected].5"
];

0 comments on commit 9fcae94

Please sign in to comment.