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

ts: Update engines.node to >= 17 #3301

Merged

Conversation

acheroncrypto
Copy link
Collaborator

Problem

@coral-xyz/anchor library's node version requirement is not specific enough:

This is because of using structuredClone internally, which requires node >= 17 (see compatibility).

Users may run into this problem if they use an outdated node version, e.g. #2969.

Summary of changes

Update engines.node field of package.json to >= 17.

Copy link

vercel bot commented Oct 9, 2024

@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto added ts fix Bug fix PR labels Oct 9, 2024
@acheroncrypto acheroncrypto merged commit aa48efb into coral-xyz:master Oct 9, 2024
0 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix PR ts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant