Skip to content

Commit a0eb222

Browse files
committed
chore: update docs
1 parent 8dae853 commit a0eb222

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

.github/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# CI Info
2+
3+
[Github Workflows Readme](https://github.com/salesforcecli/github-workflows)
4+
5+
## Releasing a new version
6+
7+
[Release Workflow](https://github.com/salesforcecli/plugin-lightning-dev/actions/workflows/create-github-release.yml)
8+
9+
## Node Version Configuration
10+
11+
This repository provides flexibility to manage Node.js versions in CI workflows using repository variables.
12+
These variables can be configured at the repository level via the [Actions settings page](https://github.com/salesforcecli/plugin-lightning-dev/settings/variables/actions).
13+
These can also be supplied as arguments to individual workflows directly.
14+
15+
### `UT_DISABLE_NODE_CURRENT`
16+
17+
- Disables the latest Node.js version in GitHub Actions workflows.
18+
19+
### `UT_DISABLE_NODE_PREVIOUS`
20+
21+
- Disables the previous Node.js version in GitHub Actions workflows.
22+
23+
### `NODE_VERSION_OVERRIDE`
24+
25+
- Overrides the full set of Node.js versions used for testing and publishing.
26+
- **Default:** `'lts/*'` and `'lts/-1'`.

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
branches-ignore: [main, 252-patch]
55
workflow_dispatch:
66

7-
# UT_DISABLE_NODE_CURRENT variable can disable latest node in github actions
8-
# NODE_VERSION_OVERRIDE will change the set of tests to run on a specific version of node
9-
107
jobs:
118
yarn-lockfile-check:
129
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main

0 commit comments

Comments
 (0)