Skip to content

Modernize CI workflows; drop publish scripts#33

Merged
MikeGarde merged 1 commit into
mainfrom
chore/ga-cleanup
Jul 18, 2026
Merged

Modernize CI workflows; drop publish scripts#33
MikeGarde merged 1 commit into
mainfrom
chore/ga-cleanup

Conversation

@MikeGarde

Copy link
Copy Markdown
Owner
  • Update release-assets.yml to current CI standards: use ubuntu-latest, disable package-manager-cache, and publish via npm publish --access public for consistency across registries.
  • release.yml: upgrade actions/checkout usages from v4 to v7 for better compatibility and fixes.
  • test.node.yml: enable repository contents read permissions and upgrade setup-node to v7 for newer features and security.
  • test.rust.yml: upgrade checkout to v7 and explicitly grant repository contents read access to prevent permission issues during tests.
  • package.json: remove local publish scripts to centralize publishing through CI/CD.

- Update release-assets.yml to current CI standards: use ubuntu-latest, disable package-manager-cache, and publish via npm publish --access public for consistency across registries.
- release.yml: upgrade actions/checkout usages from v4 to v7 for better compatibility and fixes.
- test.node.yml: enable repository contents read permissions and upgrade setup-node to v7 for newer features and security.
- test.rust.yml: upgrade checkout to v7 and explicitly grant repository contents read access to prevent permission issues during tests.
- package.json: remove local publish scripts to centralize publishing through CI/CD.
@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MikeGarde
MikeGarde merged commit e46758f into main Jul 18, 2026
6 checks passed
@MikeGarde
MikeGarde deleted the chore/ga-cleanup branch July 18, 2026 02:33
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.

1 participant