We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de9d7a8 + 7aa2a5c commit 5533440Copy full SHA for 5533440
1 file changed
.github/workflows/syntaxCheckPullRequest.yml
@@ -57,6 +57,8 @@ jobs:
57
ref: ${{needs.setup-matrix.outputs.checkout_ref}}
58
path: playbooks
59
- uses: actions/setup-node@v2-beta
60
+ with:
61
+ node-version: '12'
62
- name: install TS
63
run: npm install typescript
64
- name: npm install
0 commit comments