-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes tests that were failing under Node.js 14.x
GitHub has updated the version of Node.js in all hosted virtual environments from 12.x to 14.x (actions/runner-images#1953). With this change, a few tests that create empty files on disk stopped working because the `writeFileSync` no longer accepts `Object` as the data argument. The solution was to replace the empty object literal with an empty string.
- Loading branch information
1 parent
e58ab48
commit 87e2eaa
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters