We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c126c39 commit e926480Copy full SHA for e926480
.github/workflows/workflow.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Node
13
uses: actions/setup-node@v1
14
with:
15
- node-version: '13.x'
+ node-version: '12.x'
16
17
- name: Dependencies
18
run: |
0 commit comments