Skip to content

Commit

Permalink
Try force
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbilling committed Oct 20, 2024
1 parent fb665ac commit 9863b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
run: npm install --no-shrinkwrap --force
- name: Run Tests
run: npm run test:ember

Expand All @@ -63,7 +63,7 @@ jobs:
- ember-beta
- ember-canary
- embroider-safe
# - embroider-optimized
- embroider-optimized

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9863b27

Please sign in to comment.