We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a3c32 commit 656dc37Copy full SHA for 656dc37
1 file changed
.github/actions/determineNodeVersions/README.md
@@ -14,10 +14,10 @@ yarn build
14
15
### Disabling specific versions
16
17
-You can disabled Node versions at the Org or Repo level by setting an environment variable for the version you wish to disable. For example:
+You can disabled Node versions at the Org or Repo level by setting an environment variable for the versions you wish to disable. For example:
18
19
```shell
20
-NODE_DISABLE_VERSION_18='true'
21
-NODE_DISABLE_VERSION_23='true'
+NODE_DISABLE_VERSIONS='18'
+NODE_DISABLE_VERSIONS='18,23'
22
```
23
0 commit comments