Skip to content

Commit 7aa2a5c

Browse files
Fixing npm install
1 parent a1265eb commit 7aa2a5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/syntaxCheckPullRequest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
ref: ${{needs.setup-matrix.outputs.checkout_ref}}
5858
path: playbooks
5959
- uses: actions/setup-node@v2-beta
60+
with:
61+
node-version: '12'
6062
- name: install TS
6163
run: npm install typescript
6264
- name: npm install

0 commit comments

Comments
 (0)