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

Use node 16.x #776

Merged
merged 2 commits into from
Apr 7, 2022
Merged

Use node 16.x #776

merged 2 commits into from
Apr 7, 2022

Commits on Apr 6, 2022

  1. Use node 16.x

    It required converting mocha tests code into async since [@wdio/sync is
    deprecated](https://webdriver.io/docs/sync-vs-async/) starting with
    node v16.
    It removed the dependency on fibers and on [node-gyp + python](https://
    webdriver.io/docs/sync-vs-async/#common-issues-in-sync-mode) indirectly
    though which is a great thing.
    
    Also moved away from node-sass to sass since [node-sass is deprecated]
    (https://sass-lang.com/blog/libsass-is-deprecated).
    propheel committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e34c1ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c77d8f6 View commit details
    Browse the repository at this point in the history