You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments