Skip to content

Commit

Permalink
Fix old pixi versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 26, 2024
1 parent fe1c079 commit d52ccaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const generateList = () => {
core.warning(
'pixi list is not supported for pixi versions < `v0.13.0`. Please set `pixi-version` to `v0.13.0` or `latest`.'
)
return Promise.resolve()
}
return core.group('pixi list', () => execute(pixiCmd('list')))
}
Expand Down

0 comments on commit d52ccaf

Please sign in to comment.