Skip to content

Commit

Permalink
fix ember-try
Browse files Browse the repository at this point in the history
# Conflicts:
#	pnpm-lock.yaml
  • Loading branch information
mansona committed Jul 2, 2024
1 parent bdee253 commit 66f4f32
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 322 deletions.
4 changes: 2 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');

module.exports = async function () {
return {
useYarn: true,
command: 'yarn test',
usePnpm: true,
command: 'pnpm test',
scenarios: [
{
name: 'ember-lts-3.20',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ember-resolver": "^8.0.3",
"ember-source": "~3.28.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^1.4.0",
"ember-try": "^3.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.5.4",
Expand Down
Loading

0 comments on commit 66f4f32

Please sign in to comment.