We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d95796 commit a68abbbCopy full SHA for a68abbb
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node
19
uses: actions/setup-node@v1
20
with:
21
- node-version: "16.x"
+ node-version: "12.x"
22
23
- name: Install & Test
24
run: |
0 commit comments