Skip to content

Commit

Permalink
upgrade ember-try configuration to use PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Dec 18, 2024
1 parent edbe05e commit 10495e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');

module.exports = async function () {
return {
useYarn: true,
usePnpm: true,
scenarios: [
{
name: 'ember-lts-3.28',
Expand Down

0 comments on commit 10495e3

Please sign in to comment.