Skip to content

Commit 45edbec

Browse files
committed
Dist build
1 parent bfc965e commit 45edbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9653,8 +9653,8 @@ var OS;
96539653
OS.all = all;
96549654
})(OS = exports.OS || (exports.OS = {}));
96559655
const AVAILABLE_OS = {
9656-
macOS: ["latest", "11.0", "10.15"],
9657-
Ubuntu: ["latest", "20.04", "18.04", "16.04"],
9656+
macOS: ["latest", "12.0", "11.0", "10.15"],
9657+
Ubuntu: ["latest", "22.04", "20.04", "18.04", "16.04"],
96589658
Windows: ["latest", "10"],
96599659
};
96609660
function getSystem() {

0 commit comments

Comments
 (0)