Skip to content

Commit 6c92840

Browse files
Merge pull request #191 from devonfw-tutorials/suprishi-patch-1
Update buildMain.yml
2 parents 477b991 + 37b57ee commit 6c92840

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/buildMain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
path: playbooks
5050

5151
- uses: actions/setup-node@v2
52+
with:
53+
node-version: '12'
5254

5355
- name: install TS
5456
run: npm install typescript

.github/workflows/buildPullRequest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
path: playbooks
5050

5151
- uses: actions/setup-node@v2-beta
52+
with:
53+
node-version: '12'
5254

5355
- name: install TS
5456
run: npm install typescript

0 commit comments

Comments
 (0)