Skip to content

Commit 3ec58f6

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 70ae251 commit 3ec58f6

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 18
26+
- name: Use Node 12.9.1
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18'
29+
node-version: '12.9.1'
3030

3131
- name: Install dependencies
3232
run: |

0 commit comments

Comments
 (0)