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 compatibility with node v22 #493

Merged
merged 3 commits into from
May 28, 2024
Merged

fix compatibility with node v22 #493

merged 3 commits into from
May 28, 2024

Commits on May 28, 2024

  1. fix compatibility with node v22

    - replace import `assert` keyword with `with`, see #492
    - upgrade azure package to support node v22
    
    fixes #492
    Roy Razon committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f4c3906 View commit details
    Browse the repository at this point in the history
  2. bump packaged node version

    - bump packaged oclif node version to latest LTS (20.13.1)
    - bump node version for CI workflows to 20.x
    - keep supported version in package.json to >=18.0.0
    Roy Razon committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d804e84 View commit details
    Browse the repository at this point in the history
  3. remove import assertion

    - remove single usage of import assertion (import ... with/assert) which was breaking compat with older node 18 versions (see https://github.com/nodejs/node/pull/52104\#issuecomment-2000337367)
    Roy Razon committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5cc497d View commit details
    Browse the repository at this point in the history