Skip to content

Conversation

@EstebanRomero84
Copy link
Contributor

What does this PR do?

Bump SDR to version 12.21.0.


const fullPathsFromDir = (dir: string): string[] =>
readdirSync(dir, { withFileTypes: true }).map((d) => join(d.path, d.name));
readdirSync(dir, { withFileTypes: true }).map((d) => join(d.parentPath, d.name));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Path is deprecated in node v24(docs)

@EstebanRomero84 EstebanRomero84 merged commit bf3d548 into main Jul 8, 2025
40 of 41 checks passed
@EstebanRomero84 EstebanRomero84 deleted the er/bump-sdr branch July 8, 2025 17:15
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