mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 21:21:12 +00:00
minor fix
This commit is contained in:
parent
292688b127
commit
7fc684f251
5 changed files with 8 additions and 8 deletions
|
@ -150,7 +150,7 @@ export default class OfficialBuilds extends BaseDistribution {
|
|||
|
||||
core.debug(`evaluating ${versions.length} versions`);
|
||||
|
||||
for (let i = versions.length - 1; i >= 0; i--) {
|
||||
for (let i = 0; i < versions.length; i++) {
|
||||
const potential: string = versions[i];
|
||||
const satisfied: boolean = semver.satisfies(
|
||||
potential,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue