Skip to content

Commit

Permalink
Run ember-try scenarios in Node 10.
Browse files Browse the repository at this point in the history
This would have caught the error reported in
emberjs/ember.js#19431, we should run with the
lowest supported Node version.
  • Loading branch information
rwjblue committed Feb 26, 2021
1 parent 957dbc6 commit 5ae2db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 10.x
- name: install dependencies
run: yarn install
- name: test
Expand Down

0 comments on commit 5ae2db8

Please sign in to comment.