Skip to content

Commit

Permalink
Merge pull request #447 from sir-dunxalot/mf-fix_ci
Browse files Browse the repository at this point in the history
Ensure node 12 on floor of config/targets.js
  • Loading branch information
maxfierke authored Jun 25, 2022
2 parents 9b3ea6f + fd4df56 commit 8a35411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const browsers = [
'last 1 Chrome versions',
'last 1 Firefox versions',
'last 1 Safari versions',
'maintained node versions', // For Fastboot
'node 12', // For Fastboot
];

// Ember's browser support policy is changing, and IE11 support will end in
Expand Down

0 comments on commit 8a35411

Please sign in to comment.