Open Issues Need Help
View All on GitHubAI Summary: The task requires updating the Noir project's nightly tests to use the latest published versions of npm packages instead of the versions specified in package.json. This involves modifying the test scripts or configuration to fetch the latest package versions, likely through npm's update mechanisms or by specifying version ranges that allow for the latest releases.
Complexity:
3/5
good first issue