Skip to content

Commit 592aeec

Browse files
Update to .NET 10 (#64)
- Update the generator for .NET 10. - Update to Node.js v24 in CI. - Run `npm audit fix`.
1 parent 5a5ae50 commit 592aeec

File tree

3 files changed

+932
-942
lines changed

3 files changed

+932
-942
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node
3636
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3737
with:
38-
node-version: '22.x'
38+
node-version: '24.x'
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
- name: Update npm
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup .NET SDK
4949
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5050
with:
51-
dotnet-version: '9.0.x'
51+
dotnet-version: '10.0.x'
5252

5353
- name: Lint
5454
run: |

0 commit comments

Comments
 (0)