Skip to content

Commit

Permalink
Release: 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.
  • Loading branch information
mgol committed Apr 21, 2024
1 parent 4da7a30 commit 87cb536
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].11",
"[email protected].7",
"[email protected].5"
];

0 comments on commit 87cb536

Please sign in to comment.