Releases: microsoft/setup-WinAppCli
Releases · microsoft/setup-WinAppCli
Release list
v0.2
What's Changed
Node 24
- The GitHub Action now runs on the Node 24 runtime (
runs.using: node24). - The Azure DevOps task adds a Node24 execution handler (keeping
Node20_1for older agents) and drops the deprecated Node16 handler;minimumAgentVersionraised to4.248.0. - CI and the publish pipeline now build and test on Node 24.
Packaging
- Both the GitHub Action and the Azure DevOps task are now bundled with esbuild (CommonJS), replacing
@vercel/ncc— a single, consistent build for both distributables.
Dependencies
@actions/core→ 3.0.1,@actions/io→ 3.0.2,@actions/tool-cache→ 4.0.0azure-pipelines-task-lib→ 5.277.0,azure-pipelines-tool-lib→ 2.0.12- Dev tooling: TypeScript 6.0.3, ESLint 10,
@types/node26, Prettier 3.9.5 - Removed unused dependencies (
q,@types/q,js-yaml,eslint-plugin-github,eslint-plugin-import,@eslint/compat)
Full Changelog: v0.1...v0.2