This commit is contained in:
Aiden McClelland
2025-05-11 07:48:32 -06:00
committed by GitHub
parent 9b2b54d585
commit ae31270e63
8 changed files with 59 additions and 18 deletions

View File

@@ -52,7 +52,7 @@ import * as actions from "../../base/lib/actions"
import { setupInit } from "./inits/setupInit"
import * as fs from "node:fs/promises"
export const OSVersion = testTypeVersion("0.4.0-alpha.2")
export const OSVersion = testTypeVersion("0.4.0-alpha.3")
// prettier-ignore
type AnyNeverCond<T extends any[], Then, Else> =