Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(node): deprecate node 16 #200

Merged
merged 1 commit into from
Jan 8, 2025
Merged

chore(node): deprecate node 16 #200

merged 1 commit into from
Jan 8, 2025

Conversation

code-forger
Copy link
Member

Take minor bumps from dependabot prs: #199 #197 and #191

Take minor bumps from dependabot
@@ -152,7 +152,8 @@ function jsonParseContext(serialized, reviver, opts) {
try {
return JSON.parse(serialized, reviver);
} catch (e) {
const syntaxErr = e.message.match(/^unexpected .*position\s+(\d+)/i);
const syntaxErr = e.message.match(/^unexpected .*position\s+(\d+)/i)
|| e.message.match(/^expected .*at position\s+(\d+)/i);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This format supports node 20 and 22, although its not possible to run the tests against these until node18 is EOL

@Matthew-Mallimo Matthew-Mallimo merged commit f8f8835 into main Jan 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants