Skip to content

Commit 656dc37

Browse files
committed
chore: readme
1 parent 88a3c32 commit 656dc37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • .github/actions/determineNodeVersions

.github/actions/determineNodeVersions/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ yarn build
1414

1515
### Disabling specific versions
1616

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:
17+
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:
1818

1919
```shell
20-
NODE_DISABLE_VERSION_18='true'
21-
NODE_DISABLE_VERSION_23='true'
20+
NODE_DISABLE_VERSIONS='18'
21+
NODE_DISABLE_VERSIONS='18,23'
2222
```
2323

0 commit comments

Comments
 (0)