Skip to content

update package-lock test#271

Merged
Bojan131 merged 3 commits intov8/developfrom
package-lock-check
Feb 9, 2026
Merged

update package-lock test#271
Bojan131 merged 3 commits intov8/developfrom
package-lock-check

Conversation

@Bojan131
Copy link
Contributor

@Bojan131 Bojan131 commented Feb 9, 2026

Note

Low Risk
CI-only changes limited to workflow triggers and npm lockfile validation; main risk is false failures due to Node/npm version differences or lockfile regeneration behavior.

Overview
The check-package-lock GitHub Actions workflow now only runs when package.json or package-lock.json change (on main pushes and all PRs), reducing unnecessary CI runs.

It upgrades the job to Node 20.x and adds a PR-only step that regenerates package-lock.json (npm install --package-lock-only) and fails the build if the committed lockfile is out of date relative to package.json.

Written by Cursor Bugbot for commit 4030151. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@Bojan131 Bojan131 merged commit a09f3dc into v8/develop Feb 9, 2026
4 checks passed
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