We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5ae50 commit 592aeecCopy full SHA for 592aeec
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup Node
36
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
37
with:
38
- node-version: '22.x'
+ node-version: '24.x'
39
registry-url: 'https://registry.npmjs.org'
40
41
- name: Update npm
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup .NET SDK
49
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
50
51
- dotnet-version: '9.0.x'
+ dotnet-version: '10.0.x'
52
53
- name: Lint
54
run: |
0 commit comments