Skip to content

Commit 29a48fc

Browse files
committed
Added node setup
1 parent eb648d8 commit 29a48fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generators/ci-cd/templates/.github/workflows/dotnet.yml.ejs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v3
15+
with:
16+
node-version: 16
1417
- name: Setup .NET
1518
uses: actions/setup-dotnet@v3
1619
with:

0 commit comments

Comments
 (0)