You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a test run through upgrading to node 20, the only issue I ran into was in packages/react-components/scripts/build.js, line 18 return new Buffer(
needed to be updated to return Buffer.from(
as calling new Buffer has been deprecated
Description
Upgrade node version to 20
Details
This PR introduced unused unit tests. These tests couldn't be used because our current version of node, 18, does not support the type
File
natively.If node 20 can't be upgraded to, please add a polyfill to support
File
in the tests inva-file-input-multiple.spec.todo.ts
.Tasks
Acceptance Criteria
File
isn't causing tests inva-file-input-multiple.spec.todo.ts
to failThe text was updated successfully, but these errors were encountered: