Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Jan 15, 2025
1 parent 5d80535 commit 393ceae
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Install wasm
run: cd src && dotnet workload install wasm-tools
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Install wasm
run: cd src && dotnet workload install wasm-tools
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Create project from Boilerplate
run: |
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Extract Android signing key from env
uses: timheuer/[email protected]
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Create project from Boilerplate
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bit.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Install wasm and maui
run: cd src && dotnet workload install maui-android wasm-tools wasm-tools-net8
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Install wasm and maui
run: cd src && dotnet workload install maui-android wasm-tools wasm-tools-net8
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/bit.full.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Uninstall Bit.Boilerplate if running on ACT
continue-on-error: true
Expand Down Expand Up @@ -207,12 +207,6 @@ jobs:
dotnet build src/Websites/Careers/Bit.Websites.Careers.sln
dotnet build src/Websites/Sales/Bit.Websites.Sales.sln
- name: Run bit blazor ui tests
run: dotnet test src/BlazorUI/Bit.BlazorUI.Tests/Bit.BlazorUI.Tests.csproj

- name: Build bit blazor ui demo
run: dotnet build src/BlazorUI/Bit.BlazorUI.sln

- name: Create projects from BlazorEmpty project template with different parameters
run: |
cd src/Templates/BlazorEmpty && dotnet build -c Release
Expand All @@ -224,4 +218,10 @@ jobs:
- name: Build blazor empty based projects
run: |
dotnet build AutoGlobal/AutoGlobal.sln
dotnet build SsrPerPage/SsrPerPage.csproj
dotnet build SsrPerPage/SsrPerPage.csproj
- name: Run bit blazor ui tests
run: dotnet test src/BlazorUI/Bit.BlazorUI.Tests/Bit.BlazorUI.Tests.csproj

- name: Build bit blazor ui demo
run: dotnet build src/BlazorUI/Bit.BlazorUI.sln
8 changes: 4 additions & 4 deletions .github/workflows/blazorui.demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Install wasm
run: cd src && dotnet workload install wasm-tools
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Extract Android signing key from env
uses: timheuer/[email protected]
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Update appsettings.json api server address
uses: devops-actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Delete AssemblyOriginatorKeyFile.snk
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.nuget.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Delete AssemblyOriginatorKeyFile.snk
run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Create project from Boilerplate
run: |
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Install wasm
run: cd src && dotnet workload install wasm-tools
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Install wasm
run: cd src && dotnet workload install wasm-tools
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Install wasm
run: cd src && dotnet workload install wasm-tools
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Create project from Boilerplate
run: |
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Create project from Boilerplate
run: |
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- uses: maxim-lobanov/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- task: NodeTool@1
inputs:
versionSpec: '22.x'
versionSpec: '23.x'
displayName: 'Install Node.js'

- task: Bash@3
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

- task: NodeTool@1
inputs:
versionSpec: '22.x'
versionSpec: '23.x'
displayName: 'Install Node.js'

- task: FileTransform@2
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:

- task: NodeTool@1
inputs:
versionSpec: '22.x'
versionSpec: '23.x'
displayName: 'Install Node.js'

- task: Bash@3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- task: NodeTool@1
inputs:
versionSpec: '22.x'
versionSpec: '23.x'
displayName: 'Install Node.js'

- task: Bash@3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Update core appsettings.json
uses: devops-actions/[email protected]
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Update core appsettings.json
uses: devops-actions/[email protected]
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Extract Android signing key from env
uses: timheuer/[email protected]
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Update core appsettings.json
uses: devops-actions/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23

- name: Build
run: dotnet build Boilerplate.sln -c Release
Expand Down

0 comments on commit 393ceae

Please sign in to comment.