Skip to content

Commit

Permalink
Merge pull request #10425 from jelhan/fix-addon-ci-floating-deps-for-…
Browse files Browse the repository at this point in the history
…pnpm

fix GitHub Action floating deps scenario for PNPM
  • Loading branch information
NullVoxPopuli committed Jan 8, 2024
2 parents 6124702 + 76d71eb commit f824a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/addon/files/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: wyvox/action-setup-pnpm@v2
with:
node-version: 18
no-lockfile: true<% } else { %>
args: '--no-lockfile'<% } else { %>
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/addon/pnpm/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: wyvox/action-setup-pnpm@v2
with:
node-version: 18
no-lockfile: true
args: '--no-lockfile'
- name: Run Tests
run: pnpm test:ember

Expand Down

0 comments on commit f824a6a

Please sign in to comment.