Skip to content

Commit 1572a1b

Browse files
authored
Update continuous-integration-workflow.yml
1 parent fd13d6d commit 1572a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Use NuGet 5.8
2424
uses: nuget/setup-nuget@v1
2525

26-
- name: Use Node 12.19
26+
- name: Use Node 18
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '12.19'
29+
node-version: '18'
3030

3131
- name: Install dependencies
3232
run: |

0 commit comments

Comments
 (0)