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

💥 Upgrade from node 16 to node 20 #283

Merged
merged 3 commits into from
Sep 17, 2023
Merged

💥 Upgrade from node 16 to node 20 #283

merged 3 commits into from
Sep 17, 2023

Commits on Sep 17, 2023

  1. 💥 Upgrade from node 16 to node 20

    Node 16 is end of life
    (see https://nodejs.org/de/blog/announcements/nodejs16-eol)
    
    Node 20 is the next lts version and supported by github actions runner
    (see
    actions/runner#2619 (comment),
    however there is no docs update or blog post available yet)
    WtfJoke committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    20a6b30 View commit details
    Browse the repository at this point in the history
  2. ➖ Remove unneeded 'uuid' dependency

    Node provides a randomUUID method in their crypto package which suits our needs.
    WtfJoke committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    7b08214 View commit details
    Browse the repository at this point in the history
  3. 🧹 Update dist folder

    octocat committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3420574 View commit details
    Browse the repository at this point in the history