We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 477b991 + 37b57ee commit 6c92840Copy full SHA for 6c92840
2 files changed
.github/workflows/buildMain.yml
@@ -49,6 +49,8 @@ jobs:
49
path: playbooks
50
51
- uses: actions/setup-node@v2
52
+ with:
53
+ node-version: '12'
54
55
- name: install TS
56
run: npm install typescript
.github/workflows/buildPullRequest.yml
- uses: actions/setup-node@v2-beta
0 commit comments