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

Commits on Oct 5, 2024

  1. ⬆️ Require Node 20, npm 10

    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 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a3ba5a3 View commit details
    Browse the repository at this point in the history