Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jun 21, 2024
1 parent 77f7195 commit 8e56351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function nodePlatformToWabtPlatform({nodePlatform, version}) {
case "darwin":
return semver.gte(version, "1.0.30") ? "macos-12" : "macos";
case "linux":
core.info(`Version ${version}`);
core.info(`gte ${semver.gte(version, "1.0.35")}`);
return semver.gte(version, "1.0.35") ? "ubuntu-20.04" : "ubuntu";
case "win32":
return "windows";
Expand Down

0 comments on commit 8e56351

Please sign in to comment.