test: remove references to create(De|C)ipher#58363
Merged
nodejs-github-bot merged 1 commit intoMay 18, 2025
Merged
Conversation
Both `createCipher()` and `createDecipher()` were removed in Node.js 22.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58363 +/- ##
==========================================
- Coverage 90.24% 90.22% -0.02%
==========================================
Files 633 633
Lines 186859 186859
Branches 36685 36677 -8
==========================================
- Hits 168622 168597 -25
- Misses 11036 11041 +5
- Partials 7201 7221 +20 🚀 New features to boost your workflow:
|
marco-ippolito
approved these changes
May 17, 2025
targos
approved these changes
May 17, 2025
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
panva
approved these changes
May 17, 2025
VoltrexKeyva
approved these changes
May 17, 2025
lpinca
approved these changes
May 17, 2025
Collaborator
|
Landed in 61aecf2 |
targos
pushed a commit
that referenced
this pull request
May 31, 2025
Both `createCipher()` and `createDecipher()` were removed in Node.js 22. PR-URL: #58363 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
Jun 10, 2025
Both `createCipher()` and `createDecipher()` were removed in Node.js 22. PR-URL: #58363 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Both
createCipher()andcreateDecipher()were removed in Node.js 22.