Skip to content

Commit 4b7fa36

Browse files
marcelmtzclaude
andauthored
fix: sync root package-lock.json with package.json (#383)
The root package.json declares @actions/exec ^3.0.0 (and transitively @actions/io ^3.0.2), but the committed lock still pinned @actions/exec 1.1.1 / @actions/io 1.1.3, left over from an earlier dependency bump. This makes `npm ci` fail (EUSAGE: package.json and package-lock.json out of sync), breaking the unit-test job on every PR. Regenerated with `npm install --package-lock-only`; `npm ci` now passes. Only the top-level @actions/exec/@actions/io entries change; @actions/core keeps its own nested 1.1.x copies. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 76da81b commit 4b7fa36

1 file changed

Lines changed: 21 additions & 13 deletions

File tree

package-lock.json

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)