Skip to content

Commit 6079df4

Browse files
vicperdanaCopilot
andcommitted
fix: resolve CI failures for build-psdocs and build-vscode
- Add .NET 7.0 to build-psdocs job (PSDocs subtree targets net7.0) - Regenerate package-lock.json after adding typescript-eslint and @eslint/js dependencies for ESLint 9 flat config migration Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d83e8c2 commit 6079df4

2 files changed

Lines changed: 203 additions & 300 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
- name: Setup .NET
5252
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5353
with:
54-
dotnet-version: ${{ env.DOTNET_VERSION }}
54+
dotnet-version: |
55+
7.0.x
56+
${{ env.DOTNET_VERSION }}
5557
5658
- name: Setup PowerShell
5759
shell: pwsh

0 commit comments

Comments
 (0)