-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
760 additions
and
5,705 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# CI Info | ||
|
||
[Github Workflows Readme](https://github.com/salesforcecli/github-workflows) | ||
|
||
## Releasing a new version | ||
|
||
[Release Workflow](https://github.com/salesforcecli/plugin-lightning-dev/actions/workflows/create-github-release.yml) | ||
|
||
## Node Version Configuration | ||
|
||
This repository provides flexibility to manage Node.js versions in CI workflows using repository variables. | ||
These variables can be configured at the repository level via the [Actions settings page](https://github.com/salesforcecli/plugin-lightning-dev/settings/variables/actions). | ||
These can also be supplied as arguments to individual workflows directly. | ||
|
||
### `UT_DISABLE_NODE_CURRENT` | ||
|
||
- Disables the latest Node.js version in GitHub Actions workflows. | ||
|
||
### `UT_DISABLE_NODE_PREVIOUS` | ||
|
||
- Disables the previous Node.js version in GitHub Actions workflows. | ||
|
||
### `NODE_VERSION_OVERRIDE` | ||
|
||
- Overrides the full set of Node.js versions used for testing and publishing. | ||
- **Default:** `'lts/*'` and `'lts/-1'`. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,3 @@ jobs: | |
fail-fast: false | ||
with: | ||
os: ${{ matrix.os }} | ||
nodeVersion: 20.18.0 |
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
Oops, something went wrong.