This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(action): migrate from docker to node
This migration improves performance because no Docker image should be created at each run. The `dist/index.js` can run directly, reducing the time needed for the action to run. The `dist/index.js` script is automatically updated by Semantic Release when a new release is created with `npm run build` command. This npm command relies on `@vercel/ncc` to merge files to a single `dist/index.js` file. I also added the `@semantic-release/npm` plugin in order to update the `version` field in `package.json` and `package-lock.json`. I set `npmPublish` to `false` because we don't need it. Before: ![before](https://user-images.githubusercontent.com/44783088/231568415-7c32495a-86d6-48c8-ba33-0fa7ef978851.png) After: ![after](https://user-images.githubusercontent.com/44783088/231568592-c73ee502-7cfb-42a1-a93f-4a8a354704a8.png)
- Loading branch information
Showing
10 changed files
with
50 additions
and
82 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters