Skip to content

Add Node.js 14 to CI settings - #524

Merged
DeviaVir merged 2 commits into
motdotla:masterfrom
abetomo:feature/add_nodejs14_to_ci_settings
Apr 25, 2020
Merged

Add Node.js 14 to CI settings#524
DeviaVir merged 2 commits into
motdotla:masterfrom
abetomo:feature/add_nodejs14_to_ci_settings

Conversation

@abetomo

Copy link
Copy Markdown
Contributor

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:masterApr 25, 2020
@abetomo
abetomo deleted the feature/add_nodejs14_to_ci_settings branch April 26, 2020 01:50
Sign up for freeto 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

@abetomo@DeviaVir