Skip to content

Commit b950b05

Browse files
committed
Revert "ci: bump node version to see if this fixes the break"
This reverts commit b300026.
1 parent b300026 commit b950b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212

13-
- name: Use Node.js 12.x
13+
- name: Use Node.js 10.x
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 12.x
16+
node-version: 10.x
1717

1818
- name: Prepare
1919
run: |

0 commit comments

Comments
 (0)