Skip to content

Commit ee399e4

Browse files
Merge branch 'main' into tutorial_openapi_generation
2 parents 08f2d1b + 7aa2a5c commit ee399e4

3 files changed

Lines changed: 8 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

.github/workflows/syntaxCheckPullRequest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: actions/checkout@v2
1414
- name: Install node environment
1515
uses: actions/setup-node@v2-beta
16+
with:
17+
node-version: '12'
1618
- name: npm install
1719
run: npm install
1820
- name: Select Changed Files
@@ -55,6 +57,8 @@ jobs:
5557
ref: ${{needs.setup-matrix.outputs.checkout_ref}}
5658
path: playbooks
5759
- uses: actions/setup-node@v2-beta
60+
with:
61+
node-version: '12'
5862
- name: install TS
5963
run: npm install typescript
6064
- name: npm install

0 commit comments

Comments
 (0)