Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 25bfb71915
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { | ||
| "name": "google-ads-node", | ||
| "version": "18.0.0", | ||
| "version": "19.0.0", |
There was a problem hiding this comment.
Align package-lock version with package.json
The root lockfile still records the package version as 19.0.0 here, while package.json declares 20.0.0-beta.0 (see package.json line 3). When running installs or release tooling that validates lockfile consistency, this mismatch indicates a stale lockfile and will typically trigger an update or failure, leading to non‑reproducible or dirty builds for anyone installing dependencies. Please regenerate the lockfile so both files agree.
Useful? React with 👍 / 👎.
Summary
Test plan
npm testpasses