-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '252-patch' into pjain/siteBundleFixBackport
- Loading branch information
Showing
6 changed files
with
460 additions
and
5,410 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow | |
# Clone the repository | ||
git clone [email protected]:salesforcecli/plugin-lightning-dev | ||
|
||
# Install the dependencies and compile | ||
# Install the dependencies and compile the plugin | ||
yarn && yarn build | ||
``` | ||
|
||
|
@@ -200,7 +200,7 @@ EXAMPLES | |
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max" | ||
``` | ||
|
||
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.9.5-test.0/src/commands/lightning/dev/app.ts)_ | ||
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.9.5-alpha.2/src/commands/lightning/dev/app.ts)_ | ||
|
||
## `sf lightning dev site` | ||
|
||
|
@@ -244,6 +244,6 @@ EXAMPLES | |
$ sf lightning dev site --name "Partner Central" --target-org myOrg | ||
``` | ||
|
||
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.9.5-test.0/src/commands/lightning/dev/site.ts)_ | ||
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.9.5-alpha.2/src/commands/lightning/dev/site.ts)_ | ||
|
||
<!-- commandsstop --> |
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.