Skip to content

Commit fecdfbb

Browse files
authored
chore: Update .NET SDK 8 to RC1 and fix node version (#9202)
chore: update .NET SDK 8 to RC1 and fix node version
1 parent 1ee2011 commit fecdfbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
dotnet-version: |
1313
6.x
1414
7.x
15-
8.0.100-preview.7.23376.3
15+
8.0.100-rc.1.23455.8
1616
1717
- run: npm install
1818
shell: bash

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 16
13+
node-version: 18
1414
- uses: actions/setup-dotnet@v3
1515
with:
1616
dotnet-version: |
1717
6.x
1818
7.x
19-
8.0.100-preview.6.23330.14
19+
8.0.100-rc.1.23455.8
2020
2121
- run: npm install
2222
working-directory: templates

0 commit comments

Comments
 (0)