Skip to content

Commit 5ae2db8

Browse files
committed
Run ember-try scenarios in Node 10.
This would have caught the error reported in emberjs/ember.js#19431, we should run with the lowest supported Node version.
1 parent 957dbc6 commit 5ae2db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v1
9090
- uses: actions/setup-node@v1
9191
with:
92-
node-version: 12.x
92+
node-version: 10.x
9393
- name: install dependencies
9494
run: yarn install
9595
- name: test

0 commit comments

Comments
 (0)