-
Notifications
You must be signed in to change notification settings - Fork 13
Set up release workflow and NPM provenance #945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Export SizeUnchangedfluent-vue
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #945 +/- ##
=======================================
Coverage 99.54% 99.54%
=======================================
Files 12 12
Lines 218 218
Branches 45 45
=======================================
Hits 217 217
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR sets up a new release workflow and enables NPM provenance while updating existing workflows to use a custom composite “Setup” action.
- Updated test and size workflows to call a custom composite action for Node.js and dependency setup.
- Introduced a new release workflow that defines a manual trigger and configures provenance for NPM.
- Added a composite action in .github/actions/setup to streamline the Node.js environment setup.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
.github/workflows/test.yml | Updated matrix for Node.js versions and replaced the Node setup step with a custom composite action. |
.github/workflows/size.yml | Replaced the Node setup step with the custom composite action. |
.github/workflows/release.yml | Added a new workflow for releasing and publishing with NPM provenance. |
.github/actions/setup/action.yml | Added a composite action to install pnpm, set up Node.js, and install dependencies. |
Description
Set up release workflow using GitHub actions.
Enable NPM provenance.
Linked Issues
https://docs.npmjs.com/generating-provenance-statements
Additional context