You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Remove `package-lock.json` and add it to `.gitignore` to better
support alternative registries
- Replace `npm ci` with `npm i` in all CI workflows (build, test,
integration, publish actions)
- Remove `cache: npm` from all `setup-node` steps and replace with
`package-manager-cache: false`
- Remove `registry-url` from `npm-publish` action (not needed with OIDC
publishing)
- Add explicit `npm i` step to `snyk.yml` (previously relied on the
lockfile to trigger its own install)
0 commit comments