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

fix: remove support for node 16 #266

Merged
merged 5 commits into from
Jan 26, 2024
Merged

fix: remove support for node 16 #266

merged 5 commits into from
Jan 26, 2024

Commits on Nov 2, 2023

  1. fix: remove support for node 16

    Node 16 reached end of life on 2023-09-11, and is no longer a supported Node version
    matteo-cristino committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    750ad81 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. chore: add node-gyp as dev dependency

    This is done to overcome an older version of node-gyp installed as dep from sqlite3 that cuases an error during build time with node20
    matteo-cristino committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    40cf108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2076b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8df496e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    7aaeeef View commit details
    Browse the repository at this point in the history