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

Add Node.js 14 to CI settings #524

Merged
merged 2 commits into from
Apr 25, 2020

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Apr 25, 2020

The test failed in Node.js14, so I fixed it.

The following error in Node.js14.

     TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
      at Object.writeFileSync (fs.js:1380:5)
      at Context.<anonymous> (test/main.js:417:10)
      at processImmediate (internal/timers.js:456:21)
      at process.topLevelDomainCallback (domain.js:137:15)

The following error in Node.js14.

```
     TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
      at Object.writeFileSync (fs.js:1380:5)
      at Context.<anonymous> (test/main.js:417:10)
      at processImmediate (internal/timers.js:456:21)
      at process.topLevelDomainCallback (domain.js:137:15)
```
@DeviaVir DeviaVir merged commit 76aef49 into motdotla:master Apr 25, 2020
@abetomo abetomo deleted the feature/add_nodejs14_to_ci_settings branch April 26, 2020 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants