Skip to content

Commit

Permalink
De-bumped undici to pass tests in Node16
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jan 24, 2024
1 parent d28663b commit 76f532d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
upgrade: true,
reject: [
'marked',
'marked-man',
// only works as ESM
'chai',

// Fails in Node 16
'undici'
]
};
4 changes: 0 additions & 4 deletions .ncurc.json

This file was deleted.

10 changes: 5 additions & 5 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 @@ -55,7 +55,7 @@
"nodemailer": "6.9.8",
"psl": "1.9.0",
"punycode": "2.3.1",
"undici": "6.4.0",
"undici": "5.28.2",
"yargs": "17.7.2"
},
"engines": {
Expand Down

0 comments on commit 76f532d

Please sign in to comment.