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

⬆️ Require Node 20, npm 10 #87

Merged
merged 1 commit into from
Oct 5, 2024
Merged

⬆️ Require Node 20, npm 10 #87

merged 1 commit into from
Oct 5, 2024

Conversation

ralfstx
Copy link
Member

@ralfstx ralfstx commented Oct 5, 2024

Node.js version 20 is the current LTS version. Node.js 18 will be end-of-life in April 2025. This commit updates the minimum required Node.js version to 20.

Node 20 supports ESM out of the box. The WebCrypto API is available in the global scope. The --experimental-global-webcrypto flag is no longer needed to run the examples.

The manual exposure of the API in the global scope has been removed from the tests.

Node.js version 20 is the current LTS version. Node.js 18 will be
end-of-life in April 2025. This commit updates the minimum required
Node.js version to 20.

Node 20 supports ESM out of the box. The WebCrypto API is available in
the global scope. The `--experimental-global-webcrypto` flag is no
longer needed to run the examples.

The manual exposure of the API in the global scope has been removed from
the tests.
@ralfstx ralfstx merged commit a3ba5a3 into main Oct 5, 2024
1 check passed
@ralfstx ralfstx deleted the node-20 branch October 5, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant