0.4.0-alpha.4 (#2948)

This commit is contained in:
Aiden McClelland
2025-05-20 16:11:50 -06:00
committed by GitHub
parent 100695c262
commit 46fd01c264
10 changed files with 58 additions and 20 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.3")
export const OSVersion = testTypeVersion("0.4.0-alpha.4")
// prettier-ignore
type AnyNeverCond<T extends any[], Then, Else> =